83136c7876
Remove DMARC descriptions from polices_group
24 lines
384 B
Plaintext
24 lines
384 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;
|
|
}
|
|
"DMARC_POLICY_QUARANTINE" {
|
|
weight = 10.0;
|
|
}
|
|
"DMARC_POLICY_SOFTFAIL" {
|
|
weight = 2.0;
|
|
}
|
|
}
|