[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

@@ -1,23 +1,23 @@
symbols = {
"ARC_REJECT" {
score = 0.0;
score = 0.01;
}
"R_SPF_FAIL" {
score = 10.0;
score = 8.0;
}
"R_SPF_PERMFAIL" {
score = 10.0;
score = 8.0;
}
"R_DKIM_REJECT" {
score = 10.0;
score = 8.0;
}
"DMARC_POLICY_REJECT" {
weight = 20.0;
weight = 16.0;
}
"DMARC_POLICY_QUARANTINE" {
weight = 10.0;
weight = 8.0;
}
"DMARC_POLICY_SOFTFAIL" {
weight = 2.0;
weight = 1.0;
}
}