mailcow/data/conf/rspamd/local.d/policies_group.conf

33 lines
652 B
Plaintext
Raw Normal View History

symbols = {
"ARC_REJECT" {
score = 0.0;
}
"R_SPF_FAIL" {
score = 10.0;
}
"R_SPF_PERMFAIL" {
score = 10.0;
}
"R_DKIM_REJECT" {
score = 10.0;
}
"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"];
}
}