]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Enhancement] Adjust scores of Spamhaus SBL hits 4142/head
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Sat, 9 Apr 2022 14:43:48 +0000 (14:43 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Sat, 9 Apr 2022 14:43:48 +0000 (14:43 +0000)
conf/scores.d/rbl_group.conf

index 6b3f04de157d82760489206f681d9886bc144a13..653ae80574709083d38b6ef692888515be4c7714 100644 (file)
@@ -87,7 +87,7 @@ symbols = {
         groups = ["spamhaus"];
     }
     "RBL_SPAMHAUS_SBL" {
-        weight = 2.0;
+        weight = 4.0;
         description = "From address is listed in ZEN SBL";
         groups = ["spamhaus"];
     }
@@ -127,7 +127,7 @@ symbols = {
         groups = ["spamhaus"];
     }
     "RECEIVED_SPAMHAUS_SBL" {
-        weight = 1.0;
+        weight = 3.0;
         description = "Received address is listed in ZEN SBL";
         groups = ["spamhaus"];
         one_shot = true;