https://bugs.exim.org/show_bug.cgi?id=1545
--- Comment #4 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/f3d11401d1cf97be77dbaa3246e06d07809f48b5 commit f3d11401d1cf97be77dbaa3246e06d07809f48b5 Author: Jeremy Harris <[email protected]> AuthorDate: Sun Nov 16 14:14:35 2014 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Tue Nov 18 20:53:52 2014 +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(-) -- 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/ ##
