------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1524 Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Git Commit <[email protected]> 2014-09-03 00:17:07 --- Git commit: http://git.exim.org/exim.git/commitdiff/82dbd376b5de9b9d91e93e91a4e058a80a43de99 commit 82dbd376b5de9b9d91e93e91a4e058a80a43de99 Author: Jeremy Harris <[email protected]> AuthorDate: Tue Sep 2 23:37:57 2014 +0100 Commit: Jeremy Harris <[email protected]> CommitDate: Tue Sep 2 23:53:28 2014 +0100 fix ${extract expansion for use within ${if inlist etc. bug 1524 the coding of the numeric test on the key decided that empty was numeric, and insisted on a third substring even in syntax-check "skip" mode. this failed when a single expansion variable was used for the key (eg. $item) and the defaults for string2, string3 were being assumed. skip the test in skip mode. ---- src/src/expand.c | 45 ++++++++++++++++++++++++++------------------- 1 files changed, 26 insertions(+), 19 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/ ##
