aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlexey AL <AlexeySa@users.noreply.github.com>2015-02-07 19:01:04 +0300
committerAlexey AL <AlexeySa@users.noreply.github.com>2015-02-07 19:01:04 +0300
commit6ca427ec6b96d86aaf280b2311997bcde40b9718 (patch)
tree8413822076d890827add7fbfa31f5dbece1ad243 /conf
parent48621d03c6bb140d0d9e045cd51141ec7af1b2f9 (diff)
downloadrspamd-6ca427ec6b96d86aaf280b2311997bcde40b9718.tar.gz
rspamd-6ca427ec6b96d86aaf280b2311997bcde40b9718.zip
Update metrics.conf
Diffstat (limited to 'conf')
-rw-r--r--conf/metrics.conf5
1 files changed, 5 insertions, 0 deletions
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)"; }