diff --git a/ChangeLog b/ChangeLog index 3e9a0d46..69384094 100644 --- a/ChangeLog +++ b/ChangeLog @@ -40,7 +40,7 @@ ver. 0.8.2 (2008/??/??) - stable - Replaced "echo" with "printf" in actions. Fix #1839673 - Replaced "reject" with "drop" in shorwall action. Fix #1854875 -- Fixed Debian bug #456567 +- Fixed Debian bug #456567, #468477 ver. 0.8.1 (2007/08/14) - stable ---------- diff --git a/config/filter.d/proftpd.conf b/config/filter.d/proftpd.conf index 4794d084..4d71bf2a 100644 --- a/config/filter.d/proftpd.conf +++ b/config/filter.d/proftpd.conf @@ -14,10 +14,10 @@ # (?:::f{4,6}:)?(?P\S+) # Values: TEXT # -failregex = \(\S+\[\]\): USER \S+: no such user found from \S+ \[[0-9.]+\] to \S+:\S+$ - \(\S+\[\]\): USER \S+ \(Login failed\): Incorrect password\.$ - \(\S+\[\]\): SECURITY VIOLATION: \S+ login attempted\.$ - \(\S+\[\]\): Maximum login attempts \(\d+\) exceeded$ +failregex = \(\S+\[\]\)[: -]+ USER \S+: no such user found from \S+ \[[0-9.]+\] to \S+:\S+$ + \(\S+\[\]\)[: -]+ USER \S+ \(Login failed\): Incorrect password\.$ + \(\S+\[\]\)[: -]+ SECURITY VIOLATION: \S+ login attempted\.$ + \(\S+\[\]\)[: -]+ Maximum login attempts \(\d+\) exceeded$ # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.