From: Jeremy Harris Date: Sun, 23 Aug 2015 17:34:36 +0000 (+0100) Subject: Docs: clarify header_syntax acl condition return value X-Git-Tag: exim-4_87_RC1~108 X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=commitdiff_plain;h=bcbf9f93310b0eb54dc3f7598cd47fe480ddecbb Docs: clarify header_syntax acl condition return value --- diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 2d29b17c8..01cdefcf8 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -29037,7 +29037,8 @@ This condition is relevant only in an ACL that is run after a message has been received, that is, in an ACL specified by &%acl_smtp_data%& or &%acl_not_smtp%&. It checks the syntax of all header lines that can contain lists of addresses (&'Sender:'&, &'From:'&, &'Reply-To:'&, &'To:'&, &'Cc:'&, -and &'Bcc:'&). Unqualified addresses (local parts without domains) are +and &'Bcc:'&), returning true if there are no problems. +Unqualified addresses (local parts without domains) are permitted only in locally generated messages and from hosts that match &%sender_unqualified_hosts%& or &%recipient_unqualified_hosts%&, as appropriate.