mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-07-11 10:03:03 +00:00
ENH: Simplify sieve filter failregex
This commit is contained in:
parent
b5639a8672
commit
2f4aaa9fb9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue