mirror of https://github.com/fail2ban/fail2ban
ENH: Simplify sieve filter failregex
parent
b5639a8672
commit
2f4aaa9fb9
|
@ -21,7 +21,7 @@ _deamon = (?:cyrus/)?(?:tim)?sieved?
|
|||
# be used for standard IP/hostname matching.
|
||||
# Values: TEXT
|
||||
#
|
||||
failregex = ^%(__prefix_line)sbadlogin: \S+ ?\[<HOST>\] (?:LOGIN|PLAIN|OTP|(?:CRAM|DIGEST)-MD5) authentication failure$
|
||||
failregex = ^%(__prefix_line)sbadlogin: \S+ ?\[<HOST>\] \S+ authentication failure$
|
||||
|
||||
# Option: ignoreregex
|
||||
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
||||
|
|
Loading…
Reference in New Issue