[Rspamd] Rebalance group policies (#3817)

* [Rspamd] Rebalance group policies

* [Rspamd] Rebalance group policies
This commit is contained in:
Dmitriy Alekseev
2020-10-20 12:55:55 +03:00
committed by GitHub
parent 4817de6d27
commit fa153fad38
2 changed files with 9 additions and 9 deletions

View File

@@ -4,12 +4,12 @@ MX_IMPLICIT {
}
VIRUS_FOUND {
expression = "CLAM_VIRUS & !MAILCOW_WHITE";
score = 2000;
score = 2000.0;
}
# Bad policy from non-whitelisted senders
POLICY_FAILURE {
expression = "-g+:policies & !MAILCOW_WHITE";
score = 10;
score = 1.0;
}
# Remove SOGO_CONTACT symbol for fwd hosts and senders with broken policy
SOGO_CONTACT_EXCLUDE {