mirror of https://github.com/fail2ban/fail2ban
- Fixed pure-ftpd regex when the LogPID option is on. Thanks to Roderick Schertler
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@586 a942ae1a-1317-0410-a47c-b1dcaea8d6050.x
parent
9ace6dfa2e
commit
2f0dedf206
|
@ -19,7 +19,7 @@ __errmsg = (?:Authentication failed for user|Erreur d'authentification pour l'ut
|
|||
# (?:::f{4,6}:)?(?P<host>\S+)
|
||||
# Values: TEXT
|
||||
#
|
||||
failregex = pure-ftpd: (.+?@<HOST>) \[WARNING\] %(__errmsg)s \[.+\]$
|
||||
failregex = pure-ftpd(?:\[\d+\])?: (.+?@<HOST>) \[WARNING\] %(__errmsg)s \[.+\]$
|
||||
|
||||
# Option: ignoreregex
|
||||
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
||||
|
|
Loading…
Reference in New Issue