diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-08 10:43:28 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-08 11:08:10 +0000 |
commit | 18067c75fc8494ce7968776cd61a1693d20d8380 (patch) | |
tree | 07c8de907ffb6c00bb684d44b3ed7c8e3e5b3ef7 /doc/doc-docbook/spec.xfpt | |
parent | cc55f4208e997ee8cdd87bf2a141be0c615488f9 (diff) |
DKIM: call ACL once for each signature matching the identity from dkim_verify_signers. Bug 2189
Diffstat (limited to 'doc/doc-docbook/spec.xfpt')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 1a7a7baa6..cfee04ccd 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -38708,6 +38708,11 @@ dkim_verify_signers = $sender_address_domain:$dkim_signers If a domain or identity is listed several times in the (expanded) value of &%dkim_verify_signers%&, the ACL is only called once for that domain or identity. +.new +If multiple signatures match a domain (or identity), the ACL is called once +for each matching signature. +.wen + Inside the &%acl_smtp_dkim%&, the following expansion variables are available (from most to least important): |