From: Jeremy Harris Date: Sun, 25 Feb 2024 00:07:37 +0000 (+0000) Subject: Docs: add note on DKIM verify disable X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/114b01dded2c9d72cdd44cac97a4d3cc9f22ddfd Docs: add note on DKIM verify disable --- diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 316860aae..e51e540d9 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -30765,6 +30765,10 @@ and the &%acl_smtp_mime%& ACLs. The &%acl_smtp_dkim%& ACL is available only when Exim is compiled with DKIM support enabled (which is the default). +If, for a specific message, an ACL control +&*dkim_disable_verify*& +has been set, this &%acl_smtp_dkim%& ACL is not called. + The ACL test specified by &%acl_smtp_dkim%& happens after a message has been received, and is executed for each DKIM signature found in a message. If not otherwise specified, the default action is to accept.