From a433a8ea5fa4762d46208977327428329c62fcc3 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Fri, 14 Jun 2013 15:21:50 +1000 Subject: [PATCH] ENH: readibility thanks to Yaroslav --- config/filter.d/exim.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/exim.conf b/config/filter.d/exim.conf index 511f30b8..2c4a516b 100644 --- a/config/filter.d/exim.conf +++ b/config/filter.d/exim.conf @@ -14,7 +14,7 @@ # Values: TEXT # failregex = \[\] .*(?:rejected by local_scan|Unrouteable address) - ^ login authenticator failed for ([^\s\(]+\s)?\([^)]*\) \[\]: 535 Incorrect authentication data( \(set_id=.*\)|: \d+ Time\(s\))\s*$ + ^ login authenticator failed for (\S+ )?\(\S+\) \[\]: 535 Incorrect authentication data( \(set_id=.*\)|: \d+ Time\(s\))\s*$ # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.