]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
also query resolved IPs against Spamhaus ZEN
authorheraklit256 <heraklit256@users.noreply.github.com>
Mon, 29 Oct 2018 20:06:36 +0000 (21:06 +0100)
committerheraklit256 <heraklit256@users.noreply.github.com>
Mon, 29 Oct 2018 20:06:36 +0000 (21:06 +0100)
conf/modules.d/surbl.conf
conf/scores.d/surbl_group.conf

index 6973e7befb9584fce15d0ded5c1a028b88dea167..f8c046aa976ef804540e8e734b8d3a5a8615752e 100644 (file)
@@ -87,12 +87,15 @@ EOD;
             }
         }
 
-        "SBL_URIBL" {
-            suffix = "sbl.spamhaus.org";
+        "SPAMHAUS_ZEN_URIBL" {
+            suffix = "zen.spamhaus.org";
             resolve_ip = true;
             ips {
                 URIBL_SBL = "127.0.0.2";
                 URIBL_SBL_CSS = "127.0.0.3";
+                URIBL_XBL = ["127.0.0.4", "127.0.0.5", "127.0.0.6", "127.0.0.7"];
+                URIBL_PBL = ["127.0.0.10", "127.0.0.11"];
+                URIBL_DROP = "127.0.0.9";
             }
         }
 
index 9605df5c05024f199ce234c56d38f6b34af50b4b..94e6e1c8bf115e4d65fd6661de01a29d96eb5e59 100644 (file)
@@ -146,17 +146,29 @@ symbols = {
         description = "uribl.com grey url";
         one_shot = true;
     }
-    "SBL_URIBL" {
+    "SPAMHAUS_ZEN_URIBL" {
         weight = 0.0;
-        description = "SBL URIBL: Filtered result";
+        description = "Spamhaus ZEN URIBL: Filtered result";
     }
     "URIBL_SBL" {
         weight = 6.5;
-        description = "Spamhaus SBL URIBL";
+        description = "A domain listed in the mail is listed in Spamhaus SBL URIBL";
     }
     "URIBL_SBL_CSS" {
         weight = 6.5;
-        description = "Spamhaus SBL CSS URIBL";
+        description = "A domain listed in the mail is listed in Spamhaus SBL CSS URIBL";
+    }
+    "URIBL_XBL" {
+        weight = 6.5;
+        description = "A domain listed in the mail is listed in Spamhaus XBL URIBL";
+    }
+    "URIBL_PBL" {
+        weight = 0.1;
+        description = "A domain listed in the mail is listed in Spamhaus PBL URIBL";
+    }
+    "URIBL_DROP" {
+        weight = 8.0;
+        description = "A domain listed in the mail is listed in Spamhaus DROP URIBL";
     }
     "RBL_SARBL_BAD" {
         weight = 2.5;