diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-03 18:40:42 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-03 20:58:35 +0100 |
commit | 6707bfa9fb78858de938a1abca2846c820c5ded7 (patch) | |
tree | ede4046bf09d1e1814452b7cf8e85d8959dba22b /doc/doc-txt | |
parent | cf3fecb9e873df38a9245775a3887e73a8716083 (diff) |
Fix $recipients expansion when used within ${run...}. Bug 3013
Broken-by: cfe6acff2ddc
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 ecb4aadec..efdc228b6 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -173,6 +173,9 @@ JH/32 Fix "tls_dhparam = none" under GnuTLS. At least with 3.7.9 this gave JH/33 Fix free for live variable $value created by a ${run ...} expansion. Although not seen, this could have resulted in a SIGSEGV. +JH/34 Bug 3013: Fix use of $recipients within arguments for ${run...}. + In 4.96 this would expand to empty. + Exim version 4.96 ----------------- |