]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Add more returnbits to surbl configuration 4803/head
authorAndrew Lewis <nerf@judo.za.org>
Wed, 31 Jan 2024 15:07:57 +0000 (17:07 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Wed, 31 Jan 2024 15:07:57 +0000 (17:07 +0200)
conf/modules.d/rbl.conf
conf/scores.d/surbl_group.conf

index 79dfc84ea2a9b1fc302c9bdf57ca308a59b46f3b..ef87c4c5a052ec932e30a94faf80e41fd7372277 100644 (file)
@@ -212,8 +212,10 @@ rbl {
       returnbits = {
         CRACKED_SURBL = 128;
         ABUSE_SURBL = 64;
+        CT_SURBL = 32;
         MW_SURBL_MULTI = 16;
         PH_SURBL_MULTI = 8;
+        DM_SURBL = 4;
         SURBL_BLOCKED = 1;
       }
     }
index 25e8ed7e2874dbd40fcd703c533985ed4bbad36f..89579ca157461b03f3f193f33793b0c0d0a92477 100644 (file)
@@ -50,6 +50,18 @@ symbols = {
         one_shot = true;
         groups = ["surblorg"];
     }
+    "CT_SURBL" {
+        weight = 0.0;
+        description = "A domain in the message is listed in SURBL as a clicktracker";
+        one_shot = true;
+        groups = ["surblorg"];
+    }
+    "DM_SURBL" {
+        weight = 0.0;
+        description = "A domain in the message is listed in SURBL as belonging to a disposable email service";
+        one_shot = true;
+        groups = ["surblorg"];
+    }
 
     "RSPAMD_URIBL" {
         weight = 4.5;