[Rspamd] Much higher scores for DMARC failures

master
andryyy 2019-04-30 14:00:47 +02:00
parent 7c5094b8ec
commit 91af3d5c5a
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 15 additions and 0 deletions

View File

@ -14,4 +14,19 @@ symbols = {
"R_DKIM_PERMFAIL" {
score = 10.0;
}
"DMARC_POLICY_REJECT" {
weight = 20.0;
description = "DMARC reject policy";
groups = ["dmarc"];
}
"DMARC_POLICY_QUARANTINE" {
weight = 10.0;
description = "DMARC quarantine policy";
groups = ["dmarc"];
}
"DMARC_POLICY_SOFTFAIL" {
weight = 2.0;
description = "DMARC failed";
groups = ["dmarc"];
}
}