From: Alexey AL Date: Sat, 7 Feb 2015 16:01:04 +0000 (+0300) Subject: Update metrics.conf X-Git-Tag: 0.9.0~748^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F141%2Fhead;p=rspamd.git Update metrics.conf --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 15eec0a6b..29a01c473 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -753,6 +753,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 = 1.00; name = "HFILTER_HELO_1"; description = "Helo host checks (very low)"; } symbol { weight = 2.00; name = "HFILTER_HELO_2"; description = "Helo host checks (low)"; }