------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1545 Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Git Commit <[email protected]> 2015-01-13 11:17:07 --- Git commit: http://git.exim.org/exim.git/commitdiff/9c695f6d10bd63bd44608bd01f0073fd4c7dd6e6 commit 9c695f6d10bd63bd44608bd01f0073fd4c7dd6e6 Author: Jeremy Harris <[email protected]> AuthorDate: Sun Nov 16 14:14:35 2014 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Mon Jan 12 18:58:33 2015 +0000 make the retry_include_ip_address smtp transport option expanded. bug 1545 ---- doc/doc-docbook/spec.xfpt | 7 ++-- doc/doc-txt/ChangeLog | 6 +++ src/src/expand.c | 61 +++++++++++++++++++++++++++++++ src/src/functions.h | 3 ++ src/src/readconf.c | 2 +- src/src/route.c | 72 +++--------------------------------- src/src/transports/smtp.c | 32 ++++++++++++++--- src/src/transports/smtp.h | 1 + test/log/0099 | 6 +++ test/msglog/0099.10HmbA-0005vi-00 | 2 + test/msglog/0099.10HmbB-0005vi-00 | 4 ++ test/scripts/0000-Basic/0099 | 12 ++++++ test/stdout/0099 | 20 ++++++++++ 13 files changed, 152 insertions(+), 76 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/ ##
