------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1141 Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Git Commit <[email protected]> 2015-03-15 15:17:05 --- Git commit: http://git.exim.org/exim.git/commitdiff/a39bd74d3e942db1b465cae643e1a4766ffb304e commit a39bd74d3e942db1b465cae643e1a4766ffb304e Author: Julian Brown <[email protected]> AuthorDate: Sun Mar 15 13:36:54 2015 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Sun Mar 15 14:16:07 2015 +0000 when trying spooled messages, account for the local-interface in grouping for a connection. bug 1141 ---- src/src/deliver.c | 16 + src/src/functions.h | 5 +- src/src/ip.c | 88 +++--- src/src/structs.h | 3 + src/src/transport.c | 173 +++++++++--- src/src/transports/smtp.c | 87 ++++++- test/confs/0603 | 60 ++++ test/confs/0604 | 59 ++++ test/log/0603 | 30 ++ test/log/0604 | 330 +++++++++++++++++++++ test/scripts/0000-Basic/0603 | 71 +++++ test/scripts/0000-Basic/0604 | 667 ++++++++++++++++++++++++++++++++++++++++++ test/stderr/0604 | 2 + test/stdout/0603 | 31 ++ test/stdout/0604 | 406 +++++++++++++++++++++++++ 15 files changed, 1942 insertions(+), 86 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/ ##
