From 3eb5e3b87662793282ca66f5fceeaad82eaf71b9 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sun, 7 Aug 2011 02:41:08 +0000 Subject: [PATCH] BF: Allow for trailing spaces in sasl logs git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@783 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- config/filter.d/sasl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/sasl.conf b/config/filter.d/sasl.conf index e316605f..4be847ee 100644 --- a/config/filter.d/sasl.conf +++ b/config/filter.d/sasl.conf @@ -14,7 +14,7 @@ # (?:::f{4,6}:)?(?P[\w\-.^_]+) # Values: TEXT # -failregex = (?i): warning: [-._\w]+\[\]: SASL (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed(: [ A-Za-z0-9+/]*={0,2})?$ +failregex = (?i): warning: [-._\w]+\[\]: SASL (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed(: [ A-Za-z0-9+/]*={0,2})?\s*$ # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.