diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-02-19 23:21:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-19 23:21:04 +0000 |
commit | c60d2fb077122aeec9122bdca23448a2250390f7 (patch) | |
tree | c482f282a247023a71f05160ae557f1c5f3c5d81 /conf/composites.conf | |
parent | 5684ffe1779ab4f8675cd13e969ab2357509a8e3 (diff) | |
parent | 1e27c46e5d929f660810e60505db059c2c81b79d (diff) | |
download | rspamd-c60d2fb077122aeec9122bdca23448a2250390f7.tar.gz rspamd-c60d2fb077122aeec9122bdca23448a2250390f7.zip |
Merge pull request #4398 from twesterhever/temp-propose-alternative-solution-to-xbl-any-hack
[Minor] Replace "Spamhaus XBL any" hack with a more clear solution
Diffstat (limited to 'conf/composites.conf')
-rw-r--r-- | conf/composites.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/composites.conf b/conf/composites.conf index 82373b093..db2cba1fe 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; |