diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-18 21:27:55 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-18 21:37:53 +0100 |
commit | e3b1f624c34b1345747184f4aa7bb9aca375600b (patch) | |
tree | bf983cfd1c0abff197c4ec72d9ebcd51ab9e7f3e /doc/doc-txt/ChangeLog | |
parent | 1c788856934033611fc68e374d2859f7afd1b9fc (diff) |
Delivery: fix transmission down an already-open connection, when
one of the group of addresses is unsuitable for it. Bug 1874
Broken-by: 3070ceeeed05, fa41615da702.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-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 a31a49ae6..aeb67ecfa 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -83,6 +83,11 @@ JH/22 Fix continued use of a connection for further deliveries. If a port was specified by a router, it must also match for the delivery to be compatible. +JH/23 Bug 1874: fix continued use of a connection for further deliveries. + When one of the recipients of a message was unsuitable for the connection + (has no matching addresses), we lost track of needing to mark it + deferred. As a result mail would be lost. + Exim version 4.87 ----------------- |