]> source.dussan.org Git - rspamd.git/commitdiff
[Rules] Fix symbol for DKIM temporary failure 4077/head
authorAnton Yuzhaninov <citrin+git@citrin.ru>
Tue, 15 Feb 2022 14:33:08 +0000 (14:33 +0000)
committerAnton Yuzhaninov <citrin+git@citrin.ru>
Tue, 15 Feb 2022 14:33:08 +0000 (14:33 +0000)
There is no R_DKIM_DNSFAIL symbol (in default config), but there is R_DKIM_TEMPFAIL.

conf/composites.conf

index def043f1b64723e35c8a5a4f8ae5037c268ad583..c750be39add0996302050037b8c543ba3bce2c10 100644 (file)
@@ -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 {