]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Avoid removing SPF failure symbols in composite 1003/head
authorAndrew Lewis <nerf@judo.za.org>
Tue, 4 Oct 2016 11:26:54 +0000 (13:26 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Tue, 4 Oct 2016 11:26:54 +0000 (13:26 +0200)
conf/composites.conf

index 40b4959186adcc9719bb16a3927a37e635e9f91b..dc72ec15ff07104a03a911a43b159447febb1184 100644 (file)
@@ -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)";