diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-01-29 21:31:27 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-01-29 21:31:27 +0000 |
commit | 9ee30919f807678b0bc9f675dcfa73225b486574 (patch) | |
tree | 7e6daa84f9978b55ee367549f0d773e8a203bfbc /test/stderr/0092 | |
parent | 36afd696f0000b50e9c14ad61c96b46fb3d68cd0 (diff) |
Debug: include variable content as expansion interim item
Diffstat (limited to 'test/stderr/0092')
-rw-r--r-- | test/stderr/0092 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/stderr/0092 b/test/stderr/0092 index 20d18d9b8..51757f42f 100644 --- a/test/stderr/0092 +++ b/test/stderr/0092 @@ -70,6 +70,7 @@ set_process_info: pppp handling incoming connection from [V4NET.0.0.1] ├──expanding: V4NET.0.0.1 ╰─────result: V4NET.0.0.1 ╭considering: $sender_host_address} {2} {30}}s + ├──────value: V4NET.0.0.1 ├considering: } {2} {30}}s ├──expanding: $sender_host_address ╰─────result: V4NET.0.0.1 @@ -98,12 +99,15 @@ host in helo_verify_hosts? no (option unset) host in helo_try_verify_hosts? no (option unset) host in helo_accept_junk_hosts? no (option unset) ╭considering: $smtp_active_hostname ESMTP Exim $version_number $tod_full + ├──────value: myhost.test.ex ├considering: ESMTP Exim $version_number $tod_full ├───────text: ESMTP Exim ├considering: $version_number $tod_full + ├──────value: x.yz ├considering: $tod_full ├───────text: ├considering: $tod_full + ├──────value: Tue, 2 Mar 1999 09:44:33 +0000 ├──expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full ╰─────result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 |