diff --git a/ChangeLog b/ChangeLog index 0d551c2d..8ecdf817 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,6 +37,8 @@ ver. 0.8.4 (2008/??/??) - stable #514163. - Use timetuple instead of utctimetuple for ISO 8601. Maybe not a 100% correct fix but seems to work. Tracker #2500276. +- Made the named-refused regex a bit less restrictive in + order to match logs with "view". Thanks to Stephen Gildea. ver. 0.8.3 (2008/07/17) - stable ---------- diff --git a/config/filter.d/named-refused.conf b/config/filter.d/named-refused.conf index c2c06a8f..ebf7681a 100644 --- a/config/filter.d/named-refused.conf +++ b/config/filter.d/named-refused.conf @@ -26,7 +26,7 @@ __line_prefix=(?:\s\S+ %(__daemon_combs_re)s\s+)? # Notes.: regex to match the password failures messages in the logfile. # Values: TEXT # -failregex = %(__line_prefix)sclient #\S+: query(?: \(cache\))? '.*' denied\s*$ +failregex = %(__line_prefix)sclient #.+: query(?: \(cache\))? '.*' denied\s*$ # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.