]> source.dussan.org Git - rspamd.git/commitdiff
[Conf] Add R_DKIM_PERMFAIL to the metric
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 8 Jan 2021 12:03:28 +0000 (12:03 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 8 Jan 2021 12:03:51 +0000 (12:03 +0000)
conf/scores.d/policies_group.conf

index 97b1f2ac42507c1b40a2e90eeb71c983dfc0798a..5e5a83b35176732c3f2bbfebc3363f58b77439c2 100644 (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";