diff --git a/CHANGELOG b/CHANGELOG index 8ad146ee..9dab34e6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,7 @@ ver. 0.?.? (2007/??/??) - ??? - Close opened handlers. Thanks to Yaroslav Halchenko - Fixed "reload" bug. Many many thanks to Yaroslav Halchenko - Added date format for asctime without year +- Modified filters config. Thanks to Michael C. Haller ver. 0.7.8 (2007/03/21) - release candidate ---------- diff --git a/config/filter.d/apache-auth.conf b/config/filter.d/apache-auth.conf index 87d6edef..20553d91 100644 --- a/config/filter.d/apache-auth.conf +++ b/config/filter.d/apache-auth.conf @@ -14,7 +14,9 @@ # (?:::f{4,6}:)?(?P\S+) # Values: TEXT # -failregex = [[]client []] user .*(?:: authentication failure|not found) +failregex = [[]client []] user .* authentication failure + [[]client []] user .* not found + [[]client []] user .* password mismatch # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.