From 82c0c8ea2f3fe5524740c4b46bd9dc907b9d555d Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 21 Feb 2015 23:51:57 +0000 Subject: Relax rules on verb use in QUIT/not-QUIT ACLs. Bug 608 --- doc/doc-docbook/spec.xfpt | 4 ++-- doc/doc-txt/ChangeLog | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index af000dc8f..a647066ca 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -27105,8 +27105,8 @@ the feature was not requested by the client. .cindex "QUIT, ACL for" The ACL for the SMTP QUIT command is anomalous, in that the outcome of the ACL does not affect the response code to QUIT, which is always 221. Thus, the ACL -does not in fact control any access. For this reason, the only verbs that are -permitted are &%accept%& and &%warn%&. +does not in fact control any access. For this reason, it may only accept +or warn as its final result. This ACL can be used for tasks such as custom logging at the end of an SMTP session. For example, you can use ACL variables in other ACLs to count diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index c9e35733e..b027a6611 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -70,11 +70,14 @@ JH/18 Bug 1581: Router and transport options headers_add/remove can JH/19 Bug 392: spamd_address, and clamd av_scanner, now support retry option values. -JH/20 BUG 1571: Ensure that $tls_in_peerdn is set, when verification fails +JH/20 Bug 1571: Ensure that $tls_in_peerdn is set, when verification fails under OpenSSL. JH/21 Support for the A6 type of dns record is withdrawn. +JH/22 Bug 608: The result of a QUIT or not-QUIT toplevel ACL now matters + rather than the verbs used. + Exim version 4.85 -- cgit v1.2.3