------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1031 Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #30 from Git Commit <[email protected]> 2013-09-30 19:17:09 --- Git commit: http://git.exim.org/exim.git/commitdiff/d68218c76f4dc65a3e308fa75d071526ad0e0f49 commit d68218c76f4dc65a3e308fa75d071526ad0e0f49 Author: Jeremy Harris <[email protected]> AuthorDate: Mon Sep 30 10:12:12 2013 -0700 Commit: Todd Lyons <[email protected]> CommitDate: Mon Sep 30 10:14:27 2013 -0700 bug 1031: experimental tpda remove whitespace ---- doc/doc-txt/experimental-spec.txt | 84 ++++++++++++++++++++++++ src/src/EDITME | 4 + src/src/config.h.defaults | 1 + src/src/deliver.c | 40 +++++++++++ src/src/exim.c | 3 + src/src/expand.c | 10 +++ src/src/globals.c | 11 +++ src/src/globals.h | 12 ++++ src/src/structs.h | 3 + src/src/transport.c | 4 + src/src/transports/smtp.c | 76 +++++++++++++++++++++- src/src/transports/smtp.h | 3 + test/confs/5700 | 67 +++++++++++++++++++ test/log/5700 | 22 ++++++ test/paniclog/5700 | 2 + test/scripts/5700-tpt-post-dlv-action/5700 | 64 ++++++++++++++++++ test/scripts/5700-tpt-post-dlv-action/REQUIRES | 1 + test/stderr/5700 | 2 + test/stdout/5700 | 60 +++++++++++++++++ 19 files changed, 468 insertions(+), 1 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/ ##
