mirror of https://github.com/fail2ban/fail2ban
BF: Kerio log datepattern fix for recent datepattern full regex merge
parent
4aa50684ab
commit
a0f39255bc
|
@ -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 New Issue