From 5440508153d1b77f746853c139638bedb0fab095 Mon Sep 17 00:00:00 2001 From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Sat, 9 Apr 2022 14:43:48 +0000 Subject: [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; -- cgit v1.2.3