diff options
author | pacien | 2019-08-21 19:52:27 +0200 |
---|---|---|
committer | pacien | 2019-08-21 19:52:27 +0200 |
commit | 97655c8806aa127ddd5fc397a7412adb829f371f (patch) | |
tree | 0beb3ca7cf3cb499d6dd18cd21448ac5a6660062 /conf.d | |
parent | bb360644c957164040a9e9cdeadf4dea68f5180b (diff) | |
download | exim-97655c8806aa127ddd5fc397a7412adb829f371f.tar.gz |
acl: fix typo in dkim acl
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/020_acl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
163 | message = [DKIM] invalid signature ($dkim_verify_reason). | 163 | message = [DKIM] invalid signature ($dkim_verify_reason). |
164 | 164 | ||
165 | deny dkim_status = none | 165 | deny dkim_status = none |
166 | set_acl_m_ddk = ${run{DIG_QUERY_COMMAND +short TXT ${quote:_domainkey.$sender_host_address}}} | 166 | set acl_m_ddk = ${run{DIG_QUERY_COMMAND +short TXT ${quote:_domainkey.$sender_host_address}}} |
167 | condition = ${if match {$acl_m_ddk}{/o=-/} {yes}{no}} | 167 | condition = ${if match {$acl_m_ddk}{/o=-/} {yes}{no}} |
168 | message = [DKIM] required signature for $sender_host_address is missing. | 168 | message = [DKIM] required signature for $sender_host_address is missing. |
169 | 169 | ||