aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAnton Yuzhaninov <citrin+git@citrin.ru>2022-02-15 14:33:08 +0000
committerAnton Yuzhaninov <citrin+git@citrin.ru>2022-02-15 14:33:08 +0000
commit9ba051d292151ee66efe9ee0e80bc2548c250653 (patch)
tree47e0563cb08abc56fc57af9d6ee26c85bce46c0a /conf
parentc5fe1b05091d6f4a5848aaeb1d5707ca57f162c6 (diff)
downloadrspamd-9ba051d292151ee66efe9ee0e80bc2548c250653.tar.gz
rspamd-9ba051d292151ee66efe9ee0e80bc2548c250653.zip
[Rules] Fix symbol for DKIM temporary failure
There is no R_DKIM_DNSFAIL symbol (in default config), but there is R_DKIM_TEMPFAIL.
Diffstat (limited to 'conf')
-rw-r--r--conf/composites.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/composites.conf b/conf/composites.conf
index def043f1b..c750be39a 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 {