Browse Source

[Rspamd] Remove rule that breaks DMARC valid mails from having their scored lowered

andryyy 4 years ago
parent
commit
9eb65b03a1
1 changed files with 0 additions and 4 deletions
  1. 0 4
      data/conf/rspamd/local.d/composites.conf

+ 0 - 4
data/conf/rspamd/local.d/composites.conf

@@ -7,10 +7,6 @@ VIRUS_FOUND {
   score = 2000.0;
 }
 # Bad policy from non-whitelisted senders
-POLICY_FAILURE {
-  expression = "-g+:policies & !MAILCOW_WHITE";
-  score = 1.0;
-}
 # Remove SOGO_CONTACT symbol for fwd hosts and senders with broken policy
 SOGO_CONTACT_EXCLUDE {
   expression = "(-WHITELISTED_FWD_HOST | -g+:policies) & ^SOGO_CONTACT";