From 51c7471d48efd62b2d4f5647782ba1e849d4c35a Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 18 Mar 2014 16:17:56 +0000 Subject: Fix ACL "condition =" for negative number values. Bug 1005 Fix conditional "bool{}" for negative number values, to match. --- doc/doc-docbook/spec.xfpt | 2 +- doc/doc-txt/ChangeLog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index c412c1e16..0f66180a2 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -10247,7 +10247,7 @@ If the ACL returns defer the result is a forced-fail. .cindex "&%bool%& expansion condition" This condition turns a string holding a true or false representation into a boolean state. It parses &"true"&, &"false"&, &"yes"& and &"no"& -(case-insensitively); also positive integer numbers map to true if non-zero, +(case-insensitively); also integer numbers map to true if non-zero, false if zero. An empty string is treated as false. Leading and trailing whitespace is ignored; diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 8a55ceea9..25e153e36 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -62,6 +62,9 @@ JH/08 Bugzilla 1371: Add tls_{,try_}verify_hosts to smtp transport. JH/09 Bugzilla 1431: Support (with limitations) headers_add/headers_remove in routers/transports under cutthrough routing. +JH/10 Bugzilla 1005: ACL "condition =" should accept values which are negative + numbers. Touch up "bool" conditional to keep the same definition. + Exim version 4.82 ----------------- -- cgit v1.2.3