Merge pull request #8 from grooverdan/gh-303-merge-2

training space on wuftp
pull/303/head
Steven Hiscocks 2013-08-21 12:21:09 -07:00
commit 4e5feed7fc
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. # Notes.: regex to match the password failures messages in the logfile.
# Values: TEXT # Values: TEXT
# #
failregex = ^%(__prefix_line)sfailed login from \S+ \[<HOST>\]$ failregex = ^%(__prefix_line)sfailed login from \S+ \[<HOST>\]\s*$
# Option: ignoreregex # Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored. # Notes.: regex to ignore. If this regex matches, the line is ignored.