From d5684a08348309c2ef4484e1e691375ff63dbd0b Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Wed, 28 Aug 2013 11:57:38 +1000 Subject: [PATCH] BF: filter.d/routecube-auth - time offset can be positive or negative --- ChangeLog | 1 + config/filter.d/roundcube-auth.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2a680b15..ae3552c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,7 @@ ver. 0.8.11 (2013/XX/XXX) - loves-unittests * action.d/hostsdeny -- NOTE: new dependancy 'ed'. Switched to use 'ed' across all platforms to ensure permissions are the same before and after a ban - closes gh-266. hostsdeny supports daemon_list now too. + * filter.d/roundcube-auth - timezone offset can be positive or negative Rolf Fokkens * action.d/dshield.conf and complain.conf -- reorder mailx arguements. https://bugzilla.redhat.com/show_bug.cgi?id=998020 diff --git a/config/filter.d/roundcube-auth.conf b/config/filter.d/roundcube-auth.conf index fe669f66..d36f5fef 100644 --- a/config/filter.d/roundcube-auth.conf +++ b/config/filter.d/roundcube-auth.conf @@ -17,7 +17,7 @@ before = common.conf # (?:::f{4,6}:)?(?P[\w\-.^_]+) # Values: TEXT # -failregex = ^\s*(\[(\s\+[0-9]{4})?\])?(%(__hostname)s roundcube: IMAP Error)?: (FAILED login|Login failed) for .*? from (\. AUTHENTICATE .*)?\s*$ +failregex = ^\s*(\[(\s[+-][0-9]{4})?\])?(%(__hostname)s roundcube: IMAP Error)?: (FAILED login|Login failed) for .*? from (\. AUTHENTICATE .*)?\s*$ # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.