------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1005 Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Git Commit <[email protected]> 2014-03-18 17:17:08 --- Git commit: http://git.exim.org/exim.git/commitdiff/51c7471d48efd62b2d4f5647782ba1e849d4c35a commit 51c7471d48efd62b2d4f5647782ba1e849d4c35a Author: Jeremy Harris <[email protected]> AuthorDate: Tue Mar 18 16:17:56 2014 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Tue Mar 18 16:17:56 2014 +0000 fix acl "condition =" for negative number values. bug 1005 fix conditional "bool{<string>}" for negative number values, to match. ---- doc/doc-docbook/spec.xfpt | 2 +- doc/doc-txt/ChangeLog | 3 +++ src/src/acl.c | 4 +++- src/src/expand.c | 4 +++- test/log/0023 | 17 ++++++++++------- test/mail/0023.cond--1 | 9 +++++++++ test/mail/0023.cond-rhubarb | 2 +- test/mail/0023.okbatch | 2 +- test/scripts/0000-Basic/0002 | 3 ++- test/scripts/0000-Basic/0023 | 5 +++++ test/stdout/0002 | 3 ++- test/stdout/0023 | 9 +++++++-- 12 files changed, 47 insertions(+), 16 deletions(-) -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
