diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-10-04 13:26:54 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-10-04 13:26:54 +0200 |
commit | 38d3686269f90f106a8953ba1b1a3b88d24ce6bd (patch) | |
tree | ed8488a4365608dfdbe367550aaaa45bee30e58a /conf | |
parent | 96d6c3540349ef2598f6847c356fff9e007be70e (diff) | |
download | rspamd-38d3686269f90f106a8953ba1b1a3b88d24ce6bd.tar.gz rspamd-38d3686269f90f106a8953ba1b1a3b88d24ce6bd.zip |
[Minor] Avoid removing SPF failure symbols in composite
Diffstat (limited to 'conf')
-rw-r--r-- | conf/composites.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/composites.conf b/conf/composites.conf index 40b495918..dc72ec15f 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -25,6 +25,7 @@ composite "FORGED_SENDER_FORWARDING" { } composite "SPF_FAIL_FORWARDING" { expression = "g:forwarding & (R_SPF_SOFTFAIL | R_SPF_FAIL)"; + policy = "remove_weight"; } composite "DMARC_POLICY_ALLOW_WITH_FAILURES" { expression = "DMARC_POLICY_ALLOW & (R_SPF_SOFTFAIL | R_SPF_FAIL | R_DKIM_REJECT)"; |