ENH: Simplify sieve filter failregex

pull/303/merge^2
Steven Hiscocks 2013-07-26 12:01:09 +01:00
parent b5639a8672
commit 2f4aaa9fb9
1 changed files with 1 additions and 1 deletions

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.