diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-05-12 15:01:12 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-05-12 15:01:12 +0100 |
commit | 159cf206c97f876b07829d92db2217689745c1e8 (patch) | |
tree | 86e641977ac3a31f5a78e7779b40c9e7aed81e3c /doc | |
parent | cd4a22176a7532ed1c8bd2b5c3f4c2c3e53bdf37 (diff) |
Named Queues: fix immediate-delivery. Bug 2743
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index c3fc01389..df6efeea3 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -247,8 +247,10 @@ JH/51 Taint-check ACL line. Previously, only filenames (for out-of-line ACL JH/52 Fix ${ip6norm:} operator. Previously, any trailing line text was dropped, making it unusable in complex expressions. - +JH/53 Bug 2743: fix immediate-delivery via named queue. Previously this would + fail with a taint-check on the spoolfile name, and leave the message + queued. Exim version 4.94 |