https://bugs.exim.org/show_bug.cgi?id=1649
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #19 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/7ef88aa0c4c0608ee54ed2ff90b4b34c518d9bb5 commit 7ef88aa0c4c0608ee54ed2ff90b4b34c518d9bb5 Author: Jeremy Harris <[email protected]> AuthorDate: Sun Oct 13 15:50:46 2019 +0100 Commit: Jeremy Harris <[email protected]> CommitDate: Sun Oct 13 15:54:14 2019 +0100 srs: native implementation. bug 1649 ---- doc/doc-txt/NewStuff | 6 + doc/doc-txt/experimental-spec.txt | 75 ++++++++- src/src/EDITME | 4 + src/src/config.h.defaults | 1 + src/src/exim.c | 2 +- src/src/expand.c | 332 ++++++++++++++++++++++++++++++++------ src/src/globals.c | 3 + src/src/globals.h | 3 + src/src/macro_predef.c | 5 +- test/confs/4620 | 87 ++++++++++ test/log/4620 | 16 ++ test/mail/4620.CALLER | 56 +++++++ test/scripts/4620-SRS/4620 | 16 ++ test/scripts/4620-SRS/REQUIRES | 2 + 14 files changed, 559 insertions(+), 49 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/ ##
