[Rspamd] Rebalance group policies (#3817)
* [Rspamd] Rebalance group policies * [Rspamd] Rebalance group policies
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user