------- 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 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Git Commit <[email protected]> 2014-04-20 17:17:05 --- Git commit: http://git.exim.org/exim.git/commitdiff/35aba663e3f1eab672a8b2082a83194bf3b7a058 commit 35aba663e3f1eab672a8b2082a83194bf3b7a058 Author: Jeremy Harris <[email protected]> AuthorDate: Sun Apr 20 16:44:52 2014 +0100 Commit: Jeremy Harris <[email protected]> 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 -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
