mailcow/data/conf/rspamd/local.d/policies_group.conf
Michael Kuron cecbbe9e82
Remove score from R_DKIM_PERMFAIL
This error happens when there is no public key in DNS for that selector.
2019-07-16 20:03:37 +02:00

27 lines
516 B
Plaintext

symbols = {
"ARC_REJECT" {
score = 0.0;
}
"R_SPF_FAIL" {
score = 10.0;
}
"R_SPF_PERMFAIL" {
score = 10.0;
}
"R_DKIM_REJECT" {
score = 10.0;
}
"DMARC_POLICY_REJECT" {
weight = 20.0;
description = "DMARC reject policy";
}
"DMARC_POLICY_QUARANTINE" {
weight = 10.0;
description = "DMARC quarantine policy";
}
"DMARC_POLICY_SOFTFAIL" {
weight = 2.0;
description = "DMARC failed";
}
}