https://bugs.exim.org/show_bug.cgi?id=1897
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/ae5afa61184b6c9b39f58804032b32b42e3ba44e commit ae5afa61184b6c9b39f58804032b32b42e3ba44e Author: Jeremy Harris <[email protected]> AuthorDate: Sat Oct 8 19:21:41 2016 +0100 Commit: Jeremy Harris <[email protected]> CommitDate: Sat Oct 8 19:58:13 2016 +0100 fix callouts connection fallback from tls to cleartext. bug 1897 ---- doc/doc-txt/ChangeLog | 2 ++ src/src/transports/smtp.c | 5 +---- src/src/verify.c | 34 +++++++++++++++++---------------- test/confs/2051 | 1 + test/confs/2151 | 43 ++++++++++++++++++++++++++++++++++++++++++ test/log/2051 | 3 +++ test/log/2151 | 3 +++ test/scripts/2000-GnuTLS/2051 | 1 + test/scripts/2100-OpenSSL/2151 | 34 +++++++++++++++++++++++++++++++++ test/stderr/0227 | 13 +++++++++++++ test/stderr/0376 | 20 ++++++++++++++++++++ test/stderr/0398 | 1 + test/stderr/0432 | 3 +++ test/stderr/0462 | 3 +++ test/stderr/0473 | 2 ++ test/stderr/5403 | 1 + test/stderr/5410 | 3 +++ test/stderr/5420 | 3 +++ test/stderr/5840 | 1 + 19 files changed, 156 insertions(+), 20 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/ ##
