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

master
andryyy 2020-11-09 14:04:56 +01:00
parent b7956d8a7a
commit 9eb65b03a1
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 0 additions and 4 deletions

View File

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