From ea7cba420598fa2a38b2ce01fc9737cba5c03eaa Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Mon, 19 Aug 2013 21:42:43 +1000 Subject: [PATCH] ENH: trailing space as per discussion on gh-303 --- config/filter.d/wuftpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/wuftpd.conf b/config/filter.d/wuftpd.conf index 5c1cbb58..de98d02d 100644 --- a/config/filter.d/wuftpd.conf +++ b/config/filter.d/wuftpd.conf @@ -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+ \[\]$ +failregex = ^%(__prefix_line)sfailed login from \S+ \[\]\s*$ # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.