[Rspamd] Much higher scores for DMARC failures
This commit is contained in:
parent
7c5094b8ec
commit
91af3d5c5a
@ -14,4 +14,19 @@ symbols = {
|
|||||||
"R_DKIM_PERMFAIL" {
|
"R_DKIM_PERMFAIL" {
|
||||||
score = 10.0;
|
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"];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user