mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-07-10 09:33:02 +00:00
BF: filter.d/routecube-auth - time offset can be positive or negative
This commit is contained in:
parent
265a85ec1f
commit
d5684a0834
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ before = common.conf
|
|||
# (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
|
||||
# Values: TEXT
|
||||
#
|
||||
failregex = ^\s*(\[(\s\+[0-9]{4})?\])?(%(__hostname)s roundcube: IMAP Error)?: (FAILED login|Login failed) for .*? from <HOST>(\. AUTHENTICATE .*)?\s*$
|
||||
failregex = ^\s*(\[(\s[+-][0-9]{4})?\])?(%(__hostname)s roundcube: IMAP Error)?: (FAILED login|Login failed) for .*? from <HOST>(\. AUTHENTICATE .*)?\s*$
|
||||
|
||||
# Option: ignoreregex
|
||||
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue