diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-01-20 10:50:34 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-01-20 10:50:34 +0000 |
commit | 1058096b8c5317376c1df7473f6ca7c543d20715 (patch) | |
tree | 491dfba00e145e6291d3beb33cae54bf37586ecd /test/stderr/0092 | |
parent | 9dea8f12c7617bcee02319adbb51353b6b35b2f8 (diff) |
Debug: more detail for expansions
Diffstat (limited to 'test/stderr/0092')
-rw-r--r-- | test/stderr/0092 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/stderr/0092 b/test/stderr/0092 index 2d6b02a9b..c2bfdd759 100644 --- a/test/stderr/0092 +++ b/test/stderr/0092 @@ -52,20 +52,29 @@ host in host_lookup? no (option unset) set_process_info: pppp handling incoming connection from [V4NET.0.0.1] ╭considering: ${if eq {V4NET.0.0.1} {$sender_host_address} {2} {30}}s ╭considering: V4NET.0.0.1} {$sender_host_address} {2} {30}}s + ├───────text: V4NET.0.0.1 + ├considering: } {$sender_host_address} {2} {30}}s ├──expanding: V4NET.0.0.1 ╰─────result: V4NET.0.0.1 ╭considering: $sender_host_address} {2} {30}}s + ├considering: } {2} {30}}s ├──expanding: $sender_host_address ╰─────result: V4NET.0.0.1 ├──condition: eq {V4NET.0.0.1} {$sender_host_address} ├─────result: true ╭considering: 2} {30}}s + ├───────text: 2 + ├considering: } {30}}s ├──expanding: 2 ╰─────result: 2 ╭───scanning: 30}}s + ├───────text: 30 + ├───scanning: }}s ├──expanding: 30 ├─────result: 30 ╰───skipping: result is not used + ├considering: s + ├───────text: s ├──expanding: ${if eq {V4NET.0.0.1} {$sender_host_address} {2} {30}}s ╰─────result: 2s host in host_reject_connection? no (option unset) @@ -75,6 +84,12 @@ 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 + ├considering: ESMTP Exim $version_number $tod_full + ├───────text: ESMTP Exim + ├considering: $version_number $tod_full + ├considering: $tod_full + ├───────text: + ├considering: $tod_full ├──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 |