summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-09-26 10:59:05 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2018-09-26 10:59:05 +0100
commiteb58ddf5828a161dec94f131ff2c5c926c868354 (patch)
treedf2d2f100a85526a2ed6e76b66e855c28690ecaf /doc
parent5d520e57a9347e0274fdba9e70b7054d38457f96 (diff)
Logging: do not log a missing proxy address, on delivery non-proxied.
Broken-by: e6d2a9894d
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 5a04b1bdc..8d64dd4b0 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -125,6 +125,10 @@ JH/26 Bug 2311: Fix DANE-TA verification under GnuTLS. Previously it was also
TLSA as an anchor. Checking the name on the leaf cert against the name
on the A-record for the host is still done for TA (but not for EE mode).
+JH/27 Fix logging of proxy address. Previously, a pointless "PRX=[]:0" would be
+ included in delivery lines for non-proxied connections, when compiled with
+ SUPPORT_SOCKS and running with proxy logging enabled.
+
Exim version 4.91
-----------------