]> source.dussan.org Git - rspamd.git/commitdiff
Add metric for HELO_NOT_FQDN
authorAlexey <AlexeySa@users.noreply.github.com>
Tue, 24 Dec 2013 14:58:03 +0000 (06:58 -0800)
committerAlexey <AlexeySa@users.noreply.github.com>
Tue, 24 Dec 2013 14:58:03 +0000 (06:58 -0800)
conf/metrics.conf

index 79ec73428e55a1015a50f0074df46a2625e8bce8..498defa40ec870cfdb2631c2faaedead7e18ac0d 100644 (file)
@@ -702,4 +702,9 @@ metric {
         description = "Message date is in past";
         name = "DATE_IN_PAST";
     }
+    symbol {
+        weight = 1.5;
+        description = "Helo host FQDN check";
+        name = "HELO_NOT_FQDN";
+    }
 }