Revision: 776
http://fail2ban.svn.sourceforge.net/fail2ban/?rev=776&view=rev
Author: yarikoptic
Date: 2011-03-23 21:38:26 +0000 (Wed, 23 Mar 2011)
Log Message:
-----------
ENH: Adding author for dovecot filter and prunning unneeded space in the regexp
Modified Paths:
--------------
branches/FAIL2BAN-0_8/config/filter.d/dovecot.conf
Modified: branches/FAIL2BAN-0_8/config/filter.d/dovecot.conf
===================================================================
--- branches/FAIL2BAN-0_8/config/filter.d/dovecot.conf 2011-03-23 20:37:19 UTC (rev 775)
+++ branches/FAIL2BAN-0_8/config/filter.d/dovecot.conf 2011-03-23 21:38:26 UTC (rev 776)
@@ -1,6 +1,6 @@
# Fail2Ban configuration file for dovcot
#
-# Author:
+# Author: Martin Waschbuesch
#
# $Revision: $
#
@@ -14,7 +14,7 @@
# (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
# Values: TEXT
#
-failregex = .*(?: pop3-login|imap-login):.*(?:Authentication failure|Aborted login \(auth failed|Aborted login \(tried to use disabled|Disconnected \(auth failed).*rip=(?P<host>\S*),.*
+failregex = .*(?:pop3-login|imap-login):.*(?:Authentication failure|Aborted login \(auth failed|Aborted login \(tried to use disabled|Disconnected \(auth failed).*rip=(?P<host>\S*),.*
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|