[Rspamd] Remove rule that breaks DMARC valid mails from having their scored lowered
parent
b7956d8a7a
commit
9eb65b03a1
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue