diff options
author | Simon Arlott <bugzilla.exim.simon@arlott.org> | 2018-03-11 16:25:28 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-11 17:20:04 +0000 |
commit | 2556b3c619956593f4ac43b30a7b4e15228888d6 (patch) | |
tree | bb4fef553af06309e768d755c82000582a968dea /doc | |
parent | 8b77d27a46e94c347172941fc7a07b17f1e4da25 (diff) |
PRDR: append overall DATA acceptance message to delivery log line "C=" item. Bug 2253
It can have useful tracking info from the destination, eg. their message Id.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 060a4ffe4..06ed2eeb5 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -130,6 +130,11 @@ JH/24 Bug 2242: Fix exim_dbmbuild to permit directoryless filenames. JH/25 Fix utf8_downconvert propagation through a redirect router. Previously it was not propagated. +JH/26 Bug 2253: For logging delivery lines under PRDR, append the overall + DATA response info to the (existing) per-recipient response info for + the "C=" log element. It can have useful tracking info from the + destination system. Patch from Simon Arlott. + Exim version 4.90 ----------------- |