From 2f4aaa9fb9a26b89149a5a7e831f9a7bd765d80f Mon Sep 17 00:00:00 2001 From: Steven Hiscocks Date: Fri, 26 Jul 2013 12:01:09 +0100 Subject: [PATCH] ENH: Simplify sieve filter failregex --- config/filter.d/sieve.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/sieve.conf b/config/filter.d/sieve.conf index 83608fa6..b2af6774 100644 --- a/config/filter.d/sieve.conf +++ b/config/filter.d/sieve.conf @@ -21,7 +21,7 @@ _deamon = (?:cyrus/)?(?:tim)?sieved? # be used for standard IP/hostname matching. # Values: TEXT # -failregex = ^%(__prefix_line)sbadlogin: \S+ ?\[\] (?:LOGIN|PLAIN|OTP|(?:CRAM|DIGEST)-MD5) authentication failure$ +failregex = ^%(__prefix_line)sbadlogin: \S+ ?\[\] \S+ authentication failure$ # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.