ENH: Simplify sieve filter failregex

This commit is contained in:
Steven Hiscocks 2013-07-26 12:01:09 +01:00
parent b5639a8672
commit 2f4aaa9fb9

View file

@ -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.