From: Vsevolod Stakhov Date: Fri, 8 Jan 2021 12:03:28 +0000 (+0000) Subject: [Conf] Add R_DKIM_PERMFAIL to the metric X-Git-Tag: 2.7~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59997d8cbf6222cb2d66f645acb2e7cbba340597;p=thirdparty%2Frspamd.git [Conf] Add R_DKIM_PERMFAIL to the metric --- diff --git a/conf/scores.d/policies_group.conf b/conf/scores.d/policies_group.conf index 97b1f2ac42..5e5a83b351 100644 --- a/conf/scores.d/policies_group.conf +++ b/conf/scores.d/policies_group.conf @@ -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";