]> source.dussan.org Git - rspamd.git/commitdiff
Update metrics.conf 141/head
authorAlexey AL <AlexeySa@users.noreply.github.com>
Sat, 7 Feb 2015 16:01:04 +0000 (19:01 +0300)
committerAlexey AL <AlexeySa@users.noreply.github.com>
Sat, 7 Feb 2015 16:01:04 +0000 (19:01 +0300)
conf/metrics.conf

index 15eec0a6b423b71476a2f75a80a29a6577af2cca..29a01c4730c2823e4c1f8738dbf9f820e6b7d04e 100644 (file)
@@ -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)"; }