Skip to content

Commit

Permalink
[Conf] Spf: Add R_SPF_PERMFAIL symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Jun 15, 2020
1 parent af9b355 commit cf3464d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf/scores.d/policies_group.conf
Expand Up @@ -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" {
Expand Down

0 comments on commit cf3464d

Please sign in to comment.