diff options
author | Ruben Jenster <r.jenster@drachenfels.de> | 2022-11-03 21:38:15 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-11-03 21:38:15 +0000 |
commit | 6b331d5834d12bdda21857cd6fffac17038ce3c7 (patch) | |
tree | dcd91485796e1b21c0fbff1dd2e13954c5d65f7e /doc/doc-txt | |
parent | 221321d2c51b83d1feced80ecd6c2fe33ec5456c (diff) |
Fix $reccipients after ${run...}. Bug 2929
Broken-by: cfe6acff2d
Diffstat (limited to 'doc/doc-txt')
-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 3942e25f0..290ca36b9 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -54,6 +54,9 @@ JH/12 Bug 2930: Fix daemon startup. When started from any process apart from pid 1, in the normal "background daemon" mode, having to drop process- group leadership also lost track of needing to create listener sockets. +JH/13 Bug 2929: Fix using $recipients after ${run...}. A change made for 4.96 + resulted in the variable appearing empty. Find and fix by Ruben Jenster. + Exim version 4.96 ----------------- |