https://bugs.exim.org/show_bug.cgi?id=2104
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/b7d3afcfad94edf99a8dbc50ab670ded417e6bea commit b7d3afcfad94edf99a8dbc50ab670ded417e6bea Author: Jeremy Harris <[email protected]> AuthorDate: Sun Apr 30 22:11:27 2017 +0100 Commit: Jeremy Harris <[email protected]> CommitDate: Sun Apr 30 22:57:21 2017 +0100 fix continue_more on tls connection. bug 2104 ---- doc/doc-txt/ChangeLog | 8 ++++++ src/src/deliver.c | 5 +++- src/src/transport.c | 8 ++++-- src/src/transports/smtp.c | 37 +++++++++++++++--------- test/confs/2038 | 63 +++++++++++++++++++++++++++++++++++++++++ test/confs/2138 | 64 ++++++++++++++++++++++++++++++++++++++++++ test/log/2038 | 41 +++++++++++++++++++++++++++ test/log/2138 | 41 +++++++++++++++++++++++++++ test/mail/2038.userx | 17 +++++++++++ test/mail/2038.userx1 | 17 +++++++++++ test/mail/2038.usery | 17 +++++++++++ test/mail/2038.usery1 | 17 +++++++++++ test/mail/2038.userz | 17 +++++++++++ test/mail/2038.userz1 | 17 +++++++++++ test/mail/2138.userx | 17 +++++++++++ test/mail/2138.userx1 | 17 +++++++++++ test/mail/2138.usery | 17 +++++++++++ test/mail/2138.usery1 | 17 +++++++++++ test/mail/2138.userz | 17 +++++++++++ test/mail/2138.userz1 | 17 +++++++++++ test/scripts/2000-GnuTLS/2038 | 18 ++++++++++++ test/scripts/2100-OpenSSL/2138 | 17 +++++++++++ 22 files changed, 489 insertions(+), 17 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/ ##
