commit 5440508: [Enhancement] Adjust scores of Spamhaus SBL hits

twesterhever 40121680+twesterhever at users.noreply.github.com
Sun Apr 10 18:35:03 UTC 2022


Author: twesterhever
Date: 2022-04-09 14:43:48 +0000
URL: https://github.com/rspamd/rspamd/commit/5440508153d1b77f746853c139638bedb0fab095 (refs/pull/4142/head)

[Enhancement] Adjust scores of Spamhaus SBL hits

---
 conf/scores.d/rbl_group.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf
index 6b3f04de1..653ae8057 100644
--- a/conf/scores.d/rbl_group.conf
+++ b/conf/scores.d/rbl_group.conf
@@ -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;


More information about the Commits mailing list