From: Alexey AL Date: Sat, 7 Feb 2015 16:01:04 +0000 (+0300) Subject: Update metrics.conf X-Git-Tag: 0.8.2~47^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46407d5c843dbfbadabbf8a1af1c432bac28ad8b;p=thirdparty%2Frspamd.git Update metrics.conf --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 673a9feec2..780e3d0ce1 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -754,6 +754,11 @@ metric { description = "Message date is in past"; name = "DATE_IN_PAST"; } + symbol { + weight = 1.0; + description = "Message date is not exists"; + name = "DATE_NOT_EXISTS"; + } # hfilter symbols symbol { weight = 4.00; name = "HFILTER_HELO_BAREIP"; description = "Helo host is bare ip"; } symbol { weight = 4.00; name = "HFILTER_HELO_UNKNOWN"; description = "Helo host empty or unknown"; }