ENH: add filter for squirrelmail. Closes gh-261

pull/579/head
Daniel Black 2014-01-12 20:27:36 +11:00
parent 1e8ed55a36
commit f2e55e8499
2 changed files with 11 additions and 1 deletions

View File

@ -59,6 +59,7 @@ configuration before relying on it.
* Filter for stunnel
* Filter for Counter Strike 1.6. Thanks to onorua for logs.
Close gh-347
* Filter for squirrelmail. Close gh-261
- Enhancements
* Jail names increased to 26 characters and iptables prefix reduced

View File

@ -1,4 +1,13 @@
[Definition]
failregex = ^ \[LOGIN_ERROR\].*from <HOST>: Unknown user or password incorrect.$
failregex = ^ \[LOGIN_ERROR\].*from <HOST>: Unknown user or password incorrect\.$
[Init]
datepattern = ^%%m/%%d/%%Y %%H:%%M:%%S
# DEV NOTES:
#
# Author: Daniel Black