- Improved SASL filter. Thanks to Loic Pefferkorn. Tracker #2310410.

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@723 a942ae1a-1317-0410-a47c-b1dcaea8d605
_tent/ipv6_via_aInfo
Cyril Jaquier 2009-01-27 23:35:46 +00:00
parent 6b9896c332
commit e46e8ed32e
2 changed files with 4 additions and 2 deletions

View File

@ -26,7 +26,9 @@ ver. 0.8.4 (2008/??/??) - stable
Debian bug #500824.
- Added nagios script. Thanks to Sebastian Mueller.
- Added CPanel date format. Thanks to David Collins. Tracker
#1967610
#1967610.
- Improved SASL filter. Thanks to Loic Pefferkorn. Tracker
#2310410.
ver. 0.8.3 (2008/07/17) - stable
----------

View File

@ -14,7 +14,7 @@
# (?:::f{4,6}:)?(?P<host>\S+)
# Values: TEXT
#
failregex = : warning: [-._\w]+\[<HOST>\]: SASL (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed$
failregex = (?i): warning: [-._\w]+\[<HOST>\]: SASL (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed(: [A-Za-z0-9+/]*={0,2})?$
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.