diff options
author | Alexey AL <AlexeySa@users.noreply.github.com> | 2015-02-07 19:01:04 +0300 |
---|---|---|
committer | Alexey AL <AlexeySa@users.noreply.github.com> | 2015-02-07 19:01:04 +0300 |
commit | 6ca427ec6b96d86aaf280b2311997bcde40b9718 (patch) | |
tree | 8413822076d890827add7fbfa31f5dbece1ad243 /conf | |
parent | 48621d03c6bb140d0d9e045cd51141ec7af1b2f9 (diff) | |
download | rspamd-6ca427ec6b96d86aaf280b2311997bcde40b9718.tar.gz rspamd-6ca427ec6b96d86aaf280b2311997bcde40b9718.zip |
Update metrics.conf
Diffstat (limited to 'conf')
-rw-r--r-- | conf/metrics.conf | 5 |
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)"; } |