]> source.dussan.org Git - rspamd.git/commitdiff
Add URIBL_SBL_CSS 583/head
authorSteve Freegard <steve@stevefreegard.com>
Mon, 4 Apr 2016 16:46:09 +0000 (17:46 +0100)
committerSteve Freegard <steve@stevefreegard.com>
Mon, 4 Apr 2016 16:46:09 +0000 (17:46 +0100)
conf/metrics.conf
conf/modules.d/surbl.conf

index 69f378a12f7494ddaaeb5cbbd240e73fa0c69aaa..3669f1cb04ce008fd1bab0b194b851a796abaa54 100644 (file)
@@ -1001,14 +1001,19 @@ metric {
 
         symbol {
             weight = 0.0;
-            description = "ZEN URIBL: Filtered result";
-            name = "ZEN_URIBL";
+            description = "SBL URIBL: Filtered result";
+            name = "SBL_URIBL";
         }
         symbol {
             weight = 6.5;
-            description = "Spamhaus SBL dnsbl";
+            description = "Spamhaus SBL URIBL";
             name = "URIBL_SBL";
         }
+        symbol {
+            weight = 6.5;
+            description = "Spamhaus SBL CSS URIBL";
+            name = "URIBL_SBL_CSS";
+        }
     }
 
     group {
index e9411b8c6e7d5b3aa0ea4a4df8d0a4dcba42382e..2adc1cc27b109bfdbed92bf6cd04fe6b512ea280 100644 (file)
@@ -74,11 +74,12 @@ surbl {
         }
     }
     rule {
-        suffix = "zen.spamhaus.org";
-        symbol = "ZEN_URIBL";
+        suffix = "sbl.spamhaus.org";
+        symbol = "SBL_URIBL";
         resolve_ip = true;
         ips {
             URIBL_SBL = "127.0.0.2";
+            URIBL_SBL_CSS = "127.0.0.3";
         }
     }
     rule {