summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRuben Jenster <r.jenster@drachenfels.de>2022-11-03 21:38:15 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-11-03 21:38:15 +0000
commit6b331d5834d12bdda21857cd6fffac17038ce3c7 (patch)
treedcd91485796e1b21c0fbff1dd2e13954c5d65f7e /doc
parent221321d2c51b83d1feced80ecd6c2fe33ec5456c (diff)
downloadexim4-6b331d5834d12bdda21857cd6fffac17038ce3c7.tar.gz
Fix $reccipients after ${run...}. Bug 2929
Broken-by: cfe6acff2d
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog3
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
-----------------