diff --git a/target/rspamd/scores.d/policies_group.conf b/target/rspamd/scores.d/policies_group.conf index ee2bc28a..9c58363e 100644 --- a/target/rspamd/scores.d/policies_group.conf +++ b/target/rspamd/scores.d/policies_group.conf @@ -54,7 +54,7 @@ symbols = { groups = ["dkim"]; } "R_DKIM_NA" { # DKIM is not available for this domain - weight = 0; + weight = 1; description = "Missing DKIM signature"; one_shot = true; groups = ["dkim"]; @@ -84,12 +84,12 @@ symbols = { groups = ["dmarc"]; } "DMARC_POLICY_ALLOW_WITH_FAILURES" { # DMARC check succeeded but either SPF or DKIM was not successful - weight = -0.5; + weight = 0; description = "DMARC permit policy with DKIM/SPF failure"; groups = ["dmarc"]; } "DMARC_NA" { # DMARC is not available for this domain - weight = 1; + weight = 0.5; description = "No DMARC record"; groups = ["dmarc"]; } @@ -99,12 +99,12 @@ symbols = { groups = ["dmarc"]; } "DMARC_POLICY_QUARANTINE" { # DMARC check failed and the policy is to quarantine - weight = 1.5; + weight = 3; description = "DMARC quarantine policy"; groups = ["dmarc"]; } "DMARC_POLICY_REJECT" { # DMARC check failed and the policy is to reject - weight = 2; + weight = 5.5; description = "DMARC reject policy"; groups = ["dmarc"]; }