]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Conf] Rename Rambler BLs as they are now Rspamd's ones
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 19 Feb 2018 16:45:16 +0000 (16:45 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 19 Feb 2018 16:45:16 +0000 (16:45 +0000)
conf/modules.d/emails.conf
conf/modules.d/surbl.conf
conf/scores.d/fuzzy_group.conf
conf/scores.d/surbl_group.conf

index 8a458e6a2078d9d9e6b08248b772dad925351029..accdd4d2d91b41b636615a45484fba165d403f8f 100644 (file)
@@ -15,7 +15,7 @@
 
 emails {
     rules {
-        RAMBLER_EMAILBL {
+        RSPAMD_EMAILBL {
             delimiter = ".";
             encoding = "base32";
             hashlen = 32;
index 0e6db538ab31b18f4c8733c72368d3112277e7d5..446cf616faef0f74faa79101a030afd4f9876136 100644 (file)
@@ -43,7 +43,7 @@ surbl {
                 URIBL_RED = 8;
             }
         }
-        "RAMBLER_URIBL" {
+        "RSPAMD_URIBL" {
             suffix = "uribl.rspamd.com";
             process_script =<<EOD
 function(url, suffix)
index ecce1b495e4aed4943e99cc9430cd2070b10be42..fad2a370cbc6ac07701dd15f1666f2141032f7f4 100644 (file)
 symbols = {
     "FUZZY_UNKNOWN" {
         weight = 5.0;
-        description = "Generic fuzzy hash match";
+        description = "Generic fuzzy hash match, bl.rspamd.com";
     }
     "FUZZY_DENIED" {
         weight = 12.0;
-        description = "Denied fuzzy hash";
+        description = "Denied fuzzy hash, bl.rspamd.com";
     }
     "FUZZY_PROB" {
         weight = 5.0;
-        description = "Probable fuzzy hash";
+        description = "Probable fuzzy hash, bl.rspamd.com";
     }
     "FUZZY_WHITE" {
         weight = -2.1;
-        description = "Whitelisted fuzzy hash";
+        description = "Whitelisted fuzzy hash, bl.rspamd.com";
     }
 }
\ No newline at end of file
index 6f5ba430228d2e974673f52bb9f1f8e128186e29..429d021f6fb8dc3d02ad648c910c8951e24847b6 100644 (file)
@@ -39,15 +39,15 @@ symbols = {
         weight = 4.0;
         description = "SURBL: cracked site";
     }
-    "RAMBLER_URIBL" {
+    "RSPAMD_URIBL" {
         weight = 4.5;
-        description = "Rambler uribl";
+        description = "Rspamd uribl, bl.rspamd.com";
         one_shot = true;
     }
 
-    "RAMBLER_EMAILBL" {
+    "RSPAMD_EMAILBL" {
         weight = 9.5;
-        description = "Rambler emailbl";
+        description = "Rspamd emailbl, "bl.rspamd.com;
         one_shot = true;
     }