diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-04-15 16:22:52 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-04-15 17:07:52 +0100 |
commit | 4c2471caf34b901ee481cd1e742b3620e734b16b (patch) | |
tree | 681931dc18b5d77b90c6ca9710cc16296d013beb /doc/doc-txt/ChangeLog | |
parent | 32b8ce41b3fe2ea10f3343a6c9e0acfccea40dd6 (diff) |
Transport: fix smtp under combo of mua_wrapper and limited max_rcpt
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index b6c9e3986..93fc3da4e 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -49,6 +49,10 @@ JH/06 Default openssl_options to include +no_ticket, to reduce load on peers. PP/03 Add $SOURCE_DATE_EPOCH support for reproducible builds, per spec at <https://reproducible-builds.org/specs/source-date-epoch/>. +JH/07 Fix smtp transport use of limited max_rcpt under mua_wrapper. Previously + the check for any unsuccessful recipients did not notice the limit, and + erroneously found still-pending ones. + Exim version 4.89 ----------------- |