https://bugs.exim.org/show_bug.cgi?id=1623
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/9650d98a07b2ad623c29fae2ff69ffd887ad4738 commit 9650d98a07b2ad623c29fae2ff69ffd887ad4738 Author: Jeremy Harris <[email protected]> AuthorDate: Tue Oct 31 15:31:50 2017 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Tue Oct 31 15:31:50 2017 +0000 add macro support to -be expansion test mode. bug 1623 ---- doc/doc-docbook/spec.xfpt | 7 ++ doc/doc-txt/NewStuff | 3 + src/src/exim.c | 73 +++++++---- src/src/functions.h | 2 + src/src/readconf.c | 231 +++++++++++++++++++++-------------- src/src/sieve.c | 1 + test/scripts/0000-Basic/0002 | 46 +++---- test/scripts/0000-Basic/0542 | 10 +- test/scripts/3300-crypteq/3300 | 20 +-- test/scripts/4200-International/4200 | 6 +- test/stderr/0002 | 10 +- test/stderr/0236 | 2 +- test/stderr/0387 | 2 +- test/stderr/0484 | 2 +- test/stderr/2200 | 2 +- test/stderr/2600 | 4 +- test/stderr/3000 | 2 +- test/stderr/3212 | 2 +- test/stdout/0002 | 46 +++---- test/stdout/0542 | 10 +- test/stdout/3300 | 20 +-- test/stdout/4200 | 6 +- 22 files changed, 294 insertions(+), 213 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
