]> source.dussan.org Git - rspamd.git/commitdiff
Update metrics.conf
authorAlexey AL <AlexeySa@users.noreply.github.com>
Sat, 7 Feb 2015 16:01:04 +0000 (19:01 +0300)
committerAndrew Lewis <nerf@judo.za.org>
Fri, 13 Feb 2015 11:34:54 +0000 (13:34 +0200)
conf/metrics.conf

index 673a9feec2ec17661e3bca387b848bc2015d5b86..780e3d0ce1d62da77a08aacc40754165b90459b2 100644 (file)
@@ -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"; }