mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: Kerio log datepattern fix for recent datepattern full regex merge
This commit is contained in:
parent
4aa50684ab
commit
a0f39255bc
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ failregex = ^ SMTP Spam attack detected from <HOST>,
|
|||
^ Attempt to deliver to unknown recipient \S+, from \S+, IP address <HOST>$
|
||||
[Init]
|
||||
|
||||
datepattern = ^[%%d/%%b/%%Y %%H:%%M:%%S]
|
||||
datepattern = ^\[%%d/%%b/%%Y %%H:%%M:%%S\]
|
||||
|
||||
# DEV NOTES:
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue