]> source.dussan.org Git - rspamd.git/commitdiff
Add metrics for Abuse.ch and Uceprotect rbl
authorAlexey <AlexeySa@users.noreply.github.com>
Wed, 21 May 2014 18:51:34 +0000 (11:51 -0700)
committerAlexey <AlexeySa@users.noreply.github.com>
Wed, 21 May 2014 18:51:34 +0000 (11:51 -0700)
conf/metrics.conf

index 1824a3589eae3d3a60c1e6c25172dce99a020ddf..579a169cfe1e2dfb52631b4c8ea4d158a2f1fa79 100644 (file)
@@ -339,6 +339,16 @@ metric {
         description = "From address is listed in senderscore.com BL";
         name = "RBL_SENDERSCORE";
     }
+    symbol {
+        weight = 1.0;
+        description = "From address is listed in ABUSE.CH BL";
+        name = "RBL_ABUSECH";
+    }
+    symbol {
+        weight = 1.0;
+        description = "From address is listed in UCEPROTECT LEVEL1 BL";
+        name = "RBL_UCEPROTECT_LEVEL1";
+    }
     symbol {
         weight = 2.0;
         description = "From address is listed in mailspike.com BL";