diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-08-01 19:31:36 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-08-10 19:27:02 +0100 |
commit | dbbf21a75d225871cb7a44878ece42c5d79a1a2c (patch) | |
tree | 3e96a3cdce26cee348aac179eb1e56ea11f5f203 /doc/doc-txt/ChangeLog | |
parent | 30afa09ebdb98fdb50fc60f0ce0cb4974bde1225 (diff) |
Routers: make retry_use_local_part default true when any non-domain condition is present. Bug 2408
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 7fca99b62..6d1b2631b 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -164,6 +164,12 @@ JH/34 Fix crash after TLS shutdown. When the TCP/SMTP channel was left open, JH/35 Bug 2409: filter out-of-spec chars from callout response before using them in our smtp response. +JH/35 Have the general router option retry_use_local_part default to true when + any of the restrictive preconditions are set (to anything). Previously it + was only for check_local user. The change removes one item of manual + configuration which is required for proper retries when a remote router + handles a subset of addresses for a domain. + Exim version 4.92 ----------------- |