------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1455
Git Commit <git@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |git@???
--- Comment #11 from Git Commit <git@???> 2014-04-20 17:17:05 ---
Git commit:
http://git.exim.org/exim.git/commitdiff/35aba663e3f1eab672a8b2082a83194bf3b7a058
commit 35aba663e3f1eab672a8b2082a83194bf3b7a058
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Apr 20 16:44:52 2014 +0100
Commit: Jeremy Harris <jgh146exb@???>
CommitDate: Sun Apr 20 17:04:08 2014 +0100
fix handling of $tls_cipher et.al. in (non-verify) transport. bug 1455
the split of these variables into _in and _out sets introduced by d9b231
in 4.82 was incomplete, leaving the deprecated legacy variables
nonfunctional
during a transport and associated client authenticator.
fix by repointing the legacy set to the outbound connection set at
transport startup (and do not clear out the inbound set at this
time, either).
----
doc/doc-txt/ChangeLog | 3 +++
src/src/functions.h | 3 ++-
src/src/tls.c | 12 ++++++++++++
src/src/transports/smtp.c | 13 ++++++-------
src/src/verify.c | 17 ++---------------
test/confs/3465 | 4 ++++
6 files changed, 29 insertions(+), 23 deletions(-)
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email