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/mail | |
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/mail')
-rw-r--r-- | test/mail/0635.CALLER | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/mail/0635.CALLER b/test/mail/0635.CALLER new file mode 100644 index 000000000..25b61aadd --- /dev/null +++ b/test/mail/0635.CALLER @@ -0,0 +1,13 @@ +From someone@some.domain Tue Mar 02 09:44:33 1999 +Received: from CALLER (helo=test) + by the.local.host.name with local-smtp (Exim x.yz) + (envelope-from <someone@some.domain>) + id 10HmaX-000000005vi-0000 + for CALLER@the.local.host.name; + Tue, 2 Mar 1999 09:44:33 +0000 +Message-Id: <E10HmaX-000000005vi-0000@the.local.host.name> +From: someone@some.domain +Date: Tue, 2 Mar 1999 09:44:33 +0000 + +This is a test message. + |