From: Anton Yuzhaninov Date: Tue, 15 Feb 2022 14:33:08 +0000 (+0000) Subject: [Rules] Fix symbol for DKIM temporary failure X-Git-Tag: 3.2~52^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4077%2Fhead;p=thirdparty%2Frspamd.git [Rules] Fix symbol for DKIM temporary failure There is no R_DKIM_DNSFAIL symbol (in default config), but there is R_DKIM_TEMPFAIL. --- diff --git a/conf/composites.conf b/conf/composites.conf index def043f1b6..c750be39ad 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -56,7 +56,7 @@ composites { description = "Authenticating message via SPF/DKIM/DMARC/ARC not possible"; } DKIM_MIXED { - expression = "-R_DKIM_ALLOW & (R_DKIM_DNSFAIL | R_DKIM_PERMFAIL | R_DKIM_REJECT)" + expression = "-R_DKIM_ALLOW & (R_DKIM_TEMPFAIL | R_DKIM_PERMFAIL | R_DKIM_REJECT)" policy = "remove_weight"; } MAIL_RU_MAILER_BASE64 {