https://bugs.exim.org/show_bug.cgi?id=1678
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Git Commit <[email protected]> --- Git commit: http://git.exim.org/exim.git/commitdiff/6f6dedccb47f231a0712d882da20feffbac8d0bc commit 6f6dedccb47f231a0712d882da20feffbac8d0bc Author: Jeremy Harris <[email protected]> AuthorDate: Sat Sep 19 13:59:22 2015 +0100 Commit: Jeremy Harris <[email protected]> CommitDate: Sat Sep 19 16:31:37 2015 +0100 retry: always use interface, if set, for retry db key. bug 1678 even constant values must be used, as multiple transports with different values may be in play and should be kept distinct. ---- doc/doc-txt/ChangeLog | 5 ++++ src/src/functions.h | 2 +- src/src/smtp_out.c | 5 +--- src/src/transports/smtp.c | 18 ++++++------ src/src/verify.c | 4 +-- test/confs/0610 | 65 ++++++++++++++++++++++++++++++++++++++++++++ test/log/0610 | 13 +++++++++ test/rejectlog/0610 | 4 +++ test/scripts/0000-Basic/0610 | 33 ++++++++++++++++++++++ test/stderr/0143 | 2 +- test/stdout/0610 | 16 +++++++++++ 11 files changed, 151 insertions(+), 16 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/ ##
