Browse Source

[Conf] Add missing symbols

tags/2.6
Vsevolod Stakhov 4 years ago
parent
commit
dd8e32fdab
2 changed files with 21 additions and 0 deletions
  1. 4
    0
      conf/scores.d/headers_group.conf
  2. 17
    0
      conf/scores.d/policies_group.conf

+ 4
- 0
conf/scores.d/headers_group.conf View File

weight = 4.0; weight = 4.0;
description = "One received header with 'bad' patterns inside"; description = "One received header with 'bad' patterns inside";
} }
"DIRECT_TO_MX" {
weight = 0.0;
description = "Message has been directly delivered from MUA to local MX";
}
"MAILLIST" { "MAILLIST" {
weight = -0.2; weight = -0.2;
description = "Message seems to be from maillist"; description = "Message seems to be from maillist";

+ 17
- 0
conf/scores.d/policies_group.conf View File

description = "SPF DNS failure"; description = "SPF DNS failure";
groups = ["spf"]; groups = ["spf"];
} }
"R_SPG_NA" {
weight = 0.0;
description = "Missing SPF record";
one_shot = true;
groups = ["spf"];
}


# DKIM # DKIM
"R_DKIM_REJECT" { "R_DKIM_REJECT" {
one_shot = true; one_shot = true;
groups = ["dkim"]; groups = ["dkim"];
} }
"R_DKIM_NA" {
weight = 0.0;
description = "Missing DKIM signature";
one_shot = true;
groups = ["dkim"];
}


# DMARC # DMARC
"DMARC_POLICY_ALLOW" { "DMARC_POLICY_ALLOW" {
description = "DMARC failed"; description = "DMARC failed";
groups = ["dmarc"]; groups = ["dmarc"];
} }
"DMARC_NA" {
weight = 0.0;
description = "No DMARC record";
groups = ["dmarc"];
}


# ARC # ARC
"ARC_ALLOW" { "ARC_ALLOW" {

Loading…
Cancel
Save