diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-12-28 18:31:24 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-12-28 18:31:24 +0000 |
commit | 9604a84387b55efdc633dd7fb20db14a65c1e343 (patch) | |
tree | b139b775a9b4ee1f5cbf8263f9421d393319a509 /doc | |
parent | 3b960f51c877fe70f66515e3df1e7c4e6883720f (diff) |
Logging: make placement of continued-delivery asterisk consistent
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 7 | ||||
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
2 files changed, 11 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 2938de576..55ccb1632 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -38312,8 +38312,11 @@ parentheses afterwards. When more than one address is included in a single delivery (for example, two SMTP RCPT commands in one transaction) the second and subsequent addresses are flagged with &`->`& instead of &`=>`&. When two or more messages are delivered -down a single SMTP connection, an asterisk follows the IP address in the log -lines for the second and subsequent messages. +down a single SMTP connection, an asterisk follows the +.new +remote IP address (and port if enabled) +.ewn +in the log lines for the second and subsequent messages. When two or more messages are delivered down a single TLS connection, the DNS and some TLS-related information logged for the first message delivered will not be present in the log lines for the second and subsequent messages. diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index c0f83125d..e6930dd22 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -162,6 +162,12 @@ JH/32 Bug 2599: fix delay of delivery to a local address where there is also JH/33 Fix a taint trap in the ${listextract } expansion when the source data was tainted. +JH/34 Fix the placement of a multiple-message delivery marker in the delivery + log line. The asterisk is now consistently appended to the remote IP + (and port, if given), and will also be provided on defer and fail log + lines. Previously it could be placed on the local IP if that was being + logged, and was only provided on delivery lines. + Exim version 4.94 ----------------- |