diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-24 15:51:21 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-24 16:06:39 +0100 |
commit | 21b172df101c2c52faf0cc56a502395451975be9 (patch) | |
tree | 9bcf183b676579a9bcfb2443720bb049c664500b /test/log/0635 | |
parent | c18090c685f592d2ae944c2d24926394937c15c2 (diff) |
Re-fix live variable $value free. The inital fix resulted in $value from ${run...} not
being available later, which is a documented feature.
Broken=by: cf3fecb9e873
Diffstat (limited to 'test/log/0635')
-rw-r--r-- | test/log/0635 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/log/0635 b/test/log/0635 index 5126c2c63..889cfa651 100644 --- a/test/log/0635 +++ b/test/log/0635 @@ -1,5 +1,6 @@ 1999-03-02 09:44:33 10HmaX-000000005vi-0000 $recipients: "CALLER@the.local.host.name" 1999-03-02 09:44:33 10HmaX-000000005vi-0000 run-wrapped $recipients: "CALLER@the.local.host.name\n" +1999-03-02 09:44:33 10HmaX-000000005vi-0000 $value after ${run...}: 'CALLER@the.local.host.name\n' 1999-03-02 09:44:33 10HmaX-000000005vi-0000 <= someone@some.domain U=CALLER P=local-smtp S=sss 1999-03-02 09:44:33 10HmaX-000000005vi-0000 => CALLER <CALLER@the.local.host.name> R=localuser T=local_delivery 1999-03-02 09:44:33 10HmaX-000000005vi-0000 Completed |