From 97655c8806aa127ddd5fc397a7412adb829f371f Mon Sep 17 00:00:00 2001 From: pacien Date: Wed, 21 Aug 2019 19:52:27 +0200 Subject: acl: fix typo in dkim acl --- conf.d/020_acl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.d/020_acl.conf') diff --git a/conf.d/020_acl.conf b/conf.d/020_acl.conf index 3ec1532..19a6918 100644 --- a/conf.d/020_acl.conf +++ b/conf.d/020_acl.conf @@ -163,7 +163,7 @@ acl_mta_dkim: message = [DKIM] invalid signature ($dkim_verify_reason). deny dkim_status = none - set_acl_m_ddk = ${run{DIG_QUERY_COMMAND +short TXT ${quote:_domainkey.$sender_host_address}}} + set acl_m_ddk = ${run{DIG_QUERY_COMMAND +short TXT ${quote:_domainkey.$sender_host_address}}} condition = ${if match {$acl_m_ddk}{/o=-/} {yes}{no}} message = [DKIM] required signature for $sender_host_address is missing. -- cgit v1.2.3