]> source.dussan.org Git - rspamd.git/commitdiff
Config: reflect SURBL changes. 108/head
authorAnton Yuzhaninov <citrin@citrin.ru>
Fri, 10 Oct 2014 15:58:25 +0000 (19:58 +0400)
committerAnton Yuzhaninov <citrin@citrin.ru>
Fri, 10 Oct 2014 15:58:25 +0000 (19:58 +0400)
Outblaze removed, malware moved to separate list:
http://www.surbl.org/news/internal/MW-malware-sublist-added-to-multi

conf/metrics.conf
conf/modules.conf

index 0c3bb58000024bfa222f243ffbd0d5f6619ee513..5249b0274a40ee8be99f42c15aff29c0136fdf3b 100644 (file)
@@ -575,13 +575,13 @@ metric {
     }
     symbol {
         weight = 5.500000;
-        description = "SURBL: Phishing and malware sites";
+        description = "SURBL: Phishing sites";
         name = "PH_SURBL_MULTI";
     }
     symbol {
         weight = 5.500000;
-        description = "SURBL: Outblaze URI Blacklist";
-        name = "OB_SURBL_MULTI";
+        description = "SURBL: Malware sites";
+        name = "MW_SURBL_MULTI";
     }
     symbol {
         weight = 5.500000;
index 9d33430e2e855ba2ebb8fdcd6985accbbb69476e..3c1b264d145f55df9411309c8d202b463dadc3e9 100644 (file)
@@ -34,14 +34,14 @@ maillist {
 surbl {
     whitelist = "file://$CONFDIR/surbl-whitelist.inc";
     exceptions = "file://$CONFDIR/2tld.inc";
-    
+
     rule {
         suffix = "multi.surbl.org";
         symbol = "SURBL_MULTI";
         bits {
             JP_SURBL_MULTI = 64;
             AB_SURBL_MULTI = 32;
-            OB_SURBL_MULTI = 16;
+            MW_SURBL_MULTI = 16;
             PH_SURBL_MULTI = 8;
             WS_SURBL_MULTI = 4;
             SC_SURBL_MULTI = 2;