diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-23 12:18:53 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-23 12:54:13 +0000 |
commit | f64e8b5f3b01b5285bb1f9172da7950e7f000c22 (patch) | |
tree | 51d429d22dec4eef7e49412f6360266b02410fa7 /doc | |
parent | d9604f3793b5999fe1b2edcdafb7e7ba7a6a5a71 (diff) |
Fix spool_wireformat final-dot on LMTP transport. Bug 2258
Broken-by: 328c5688db
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 497c92ab2..fc392f60e 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -171,6 +171,9 @@ JH/31 Bug 2257: Fix pipe transport to not use a socket-only syscall. HS/03 Set a handler for SIGTERM and call exit(3) if running as PID 1. This allows proper process termination in container environments. +JH/32 Bug 2258: Fix spool_wireformat in combination with LMTP transport. + Previously the "final dot" had a newline after it; ensure it is CR,LF. + Exim version 4.90 ----------------- |