ENH: trailing space as per discussion on gh-303

pull/303/head^2
Daniel Black 2013-08-19 21:42:43 +10:00
parent 53e16e07ad
commit ea7cba4205
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ _daemon = wu-ftpd
# Notes.: regex to match the password failures messages in the logfile.
# Values: TEXT
#
failregex = ^%(__prefix_line)sfailed login from \S+ \[<HOST>\]$
failregex = ^%(__prefix_line)sfailed login from \S+ \[<HOST>\]\s*$
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.