aboutsummaryrefslogtreecommitdiffstats
path: root/conf/scores.d
diff options
context:
space:
mode:
authortwesterhever <40121680+twesterhever@users.noreply.github.com>2023-02-17 15:33:28 +0000
committertwesterhever <40121680+twesterhever@users.noreply.github.com>2023-02-17 15:33:28 +0000
commit00896ca733b6098f45f6f3cfb4edcc77ff9bb786 (patch)
tree6bd7aef480f42af84aa5bd89fe34bb3143f3a20e /conf/scores.d
parentbd9708cf5a156cc292263058e8f3cdbaf4ef3a68 (diff)
downloadrspamd-00896ca733b6098f45f6f3cfb4edcc77ff9bb786.tar.gz
rspamd-00896ca733b6098f45f6f3cfb4edcc77ff9bb786.zip
[Minor] Replace "Spamhaus XBL any" hack with a more clear solution
Diffstat (limited to 'conf/scores.d')
-rw-r--r--conf/scores.d/rbl_group.conf7
1 files changed, 1 insertions, 6 deletions
diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf
index 653ae8057..7fd13b06f 100644
--- a/conf/scores.d/rbl_group.conf
+++ b/conf/scores.d/rbl_group.conf
@@ -101,11 +101,6 @@ symbols = {
description = "From address is listed in ZEN XBL";
groups = ["spamhaus"];
}
- "RBL_SPAMHAUS_XBL_ANY" {
- weight = 4.0;
- description = "From or received address is listed in ZEN XBL (any list)";
- groups = ["spamhaus"];
- }
"RBL_SPAMHAUS_PBL" {
weight = 2.0;
description = "From address is listed in ZEN PBL (ISP list)";
@@ -139,7 +134,7 @@ symbols = {
one_shot = true;
}
"RECEIVED_SPAMHAUS_XBL" {
- weight = 3.0;
+ weight = 1.0;
description = "Received address is listed in ZEN XBL";
groups = ["spamhaus"];
one_shot = true;