Browse Source

[Conf] Add R_DKIM_PERMFAIL to the metric

tags/2.7
Vsevolod Stakhov 3 years ago
parent
commit
59997d8cbf
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      conf/scores.d/policies_group.conf

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

@@ -68,6 +68,11 @@ symbols = {
description = "DKIM verification soft-failed";
groups = ["dkim"];
}
"R_DKIM_PERMFAIL" {
weight = 0.0;
description = "DKIM verification hard-failed (invalid)";
groups = ["dkim"];
}
"R_DKIM_ALLOW" {
weight = -0.2;
description = "DKIM verification succeed";

Loading…
Cancel
Save