diff options
-rw-r--r-- | conf/scores.d/policies_group.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/scores.d/policies_group.conf b/conf/scores.d/policies_group.conf index ca099fda3..97b1f2ac4 100644 --- a/conf/scores.d/policies_group.conf +++ b/conf/scores.d/policies_group.conf @@ -50,6 +50,11 @@ symbols = { one_shot = true; groups = ["spf"]; } + "R_SPF_PERMFAIL" { + weight = 0.0; + description = "SPF record is malformed or persistent DNS error"; + groups = ["spf"]; + } # DKIM "R_DKIM_REJECT" { |