config/filter.d/pure-ftpd.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- fail2ban-0.8.4.orig/config/filter.d/pure-ftpd.conf
+++ fail2ban-0.8.4/config/filter.d/pure-ftpd.conf
@@ -19,7 +19,7 @@
# (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
# Values: TEXT
#
-failregex = pure-ftpd(?:\[\d+\])?: (.+?@<HOST>) \[WARNING\] %(__errmsg)s \[.+\]$
+failregex = pure-ftpd(?:\[\d+\])?: \(.+?@<HOST>\) \[WARNING\] %(__errmsg)s \[.+\]\s*$
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.