------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1144
Summary: authenticated_sender expanded too early on smtp
transport
Product: Exim
Version: 4.72
Platform: x86
OS/Version: Linux
Status: NEW
Severity: bug
Priority: medium
Component: Transports
AssignedTo: nigel@???
ReportedBy: jgh146exb@???
CC: exim-dev@???
The docs
(
http://exim.org/exim-html-current/doc/html/spec_html/ch30.html#SECID146)
say that the authenticated_sender option on the smtp transport is expanded
after the connection is made and TLS established.
Debug ( -s-all+expand_transport ) shows me otherwise. Am I doing something
wrong,
misinterpreting the debug output, or does the code not match the doc?
I'm using exim 4.72 but this part of the docs has not changed.
I was testing with:
# using this purely to get logging of the remote cert
authenticated_sender = ${if eq {}{\
${perl{Exim::log_write}{\
X${tls_peerdn}X\
}}}\
{}{}}
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email