]> source.dussan.org Git - rspamd.git/commitdiff
Fix symbol names.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 23 Dec 2013 12:23:11 +0000 (12:23 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 23 Dec 2013 12:23:11 +0000 (12:23 +0000)
conf/metrics.conf

index bd499218e5047d0cff9f196d74eb5f679da68ee1..ff4aa69d0376b61c72fe9726893136b5038d8bfa 100644 (file)
@@ -323,24 +323,34 @@ metric {
         name = "ONCE_RECEIVED_STRICT";
     }
     symbol {
-        weight = 1.0;
-        description = "Received headers contains addresses from zen spamhaus RBL";
+        weight = 2.0;
+        description = "From address is listed in zen spamhaus BL";
         name = "RBL_ZEN";
     }
     symbol {
-        weight = 1.0;
-        description = "Received headers contains addresses from senderscore.com RBL";
+        weight = 3.0;
+        description = "Received headers contains addresses from XBL spamhaus RBL";
+        name = "RBL_XBL";
+    }
+    symbol {
+        weight = 2.0;
+        description = "Received headers contains addresses from PBL spamhaus RBL";
+        name = "RBL_PBL";
+    }
+    symbol {
+        weight = 2.0;
+        description = "From address is listed in senderscore.com BL";
         name = "RBL_SENDERSCORE";
     }
     symbol {
-        weight = 1.0;
-        description = "Received headers contains addresses from mailspike.com RBL";
+        weight = 2.0;
+        description = "From address is listed in mailspike.com BL";
         name = "RBL_MAILSPIKE";
     }
     symbol {
         weight = 1.0;
         name = "RBL_SORBS";
-        description = "Received headers contains addresses from RBL";
+        description = "From address is listed in SORBS RBL";
     }
     symbol {
         weight = 2.5;