summaryrefslogtreecommitdiffstats
path: root/conf/composites.conf
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/composites.conf
parentbd9708cf5a156cc292263058e8f3cdbaf4ef3a68 (diff)
downloadrspamd-00896ca733b6098f45f6f3cfb4edcc77ff9bb786.tar.gz
rspamd-00896ca733b6098f45f6f3cfb4edcc77ff9bb786.zip
[Minor] Replace "Spamhaus XBL any" hack with a more clear solution
Diffstat (limited to 'conf/composites.conf')
-rw-r--r--conf/composites.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/composites.conf b/conf/composites.conf
index e2096b291..de09f0c90 100644
--- a/conf/composites.conf
+++ b/conf/composites.conf
@@ -45,10 +45,6 @@ composites {
FORGED_MUA_MAILLIST {
expression = "g:mua & -MAILLIST";
}
- RBL_SPAMHAUS_XBL_ANY {
- expression = "RBL_SPAMHAUS_XBL & RECEIVED_SPAMHAUS_XBL";
- description = "From and Received address are listed in Spamhaus XBL";
- }
AUTH_NA {
expression = "R_DKIM_NA & R_SPF_NA & DMARC_NA & ARC_NA";
score = 1.0;