diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-07-11 23:35:20 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-07-11 23:35:20 +0100 |
commit | 467c84b2115a098caeaf044fcd4d2473f236edb6 (patch) | |
tree | 161f4a909ff5f3495fea591690354f818e62434d /test/mail | |
parent | b4f579d134197249b448cb5d8abf801ba4c729bb (diff) |
Router variables: local visibiliity
Diffstat (limited to 'test/mail')
-rw-r--r-- | test/mail/0620.b | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/mail/0620.b b/test/mail/0620.b index a30deb558..5840bc90a 100644 --- a/test/mail/0620.b +++ b/test/mail/0620.b @@ -1,4 +1,4 @@ -From CALLER@test.ex Tue Mar 02 09:44:33 1999 +From bad_check@test.ex Tue Mar 02 09:44:33 1999 Envelope-to: a@test.ex Received: from CALLER by the.local.host.name with local (Exim x.yz) (envelope-from <CALLER@test.ex>) @@ -7,7 +7,7 @@ Received: from CALLER by the.local.host.name with local (Exim x.yz) Message-Id: <E10HmaX-0005vi-00@the.local.host.name> From: CALLER_NAME <CALLER@test.ex> Date: Tue, 2 Mar 1999 09:44:33 +0000 -X-r1: b -X-r2: b 2a00:1940:100::ff:0:1 foo=bar +X-r1: <b> +X-r2: <b 2a00:1940:100::ff:0:1 foo=bar> |