diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-29 00:50:50 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-29 00:50:50 +0000 |
commit | 6fc54bd18aa7a51e11dce5a905e754cedb526230 (patch) | |
tree | 670116ba02f231c4f39f6be46ee9aa413365d15a /test/stderr/5820 | |
parent | 1d38781da934809e6ce0b8c3718c4b3bccdfe1d2 (diff) |
Debug: list searching
Diffstat (limited to 'test/stderr/5820')
-rw-r--r-- | test/stderr/5820 | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/test/stderr/5820 b/test/stderr/5820 index 053929525..7cc0b5f76 100644 --- a/test/stderr/5820 +++ b/test/stderr/5820 @@ -9,21 +9,32 @@ >>> 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) +>>> host in pipelining_connect_advertise_hosts? +>>> list element: +>>> test in helo_lookup_domains? +>>> list element: @ +>>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> processing "accept" (TESTSUITE/test-config 88) >>> check verify = recipient/callout >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing rcptuser@dane256ee.test.ex >>> calling client router ->>> dane256ee.test.ex in "*"? yes (matched "*") +>>> dane256ee.test.ex in "*"? +>>> list element: * +>>> dane256ee.test.ex in "*"? yes (matched "*") >>> local host found for non-MX address >>> routed by client router >>> Attempting full verification using callout >>> callout cache: no domain record found for dane256ee.test.ex >>> callout cache: no address record found for rcptuser@dane256ee.test.ex ->>> ip4.ip4.ip4.ip4 in hosts_require_dane? yes (matched "ip4.ip4.ip4.ip4") +>>> ip4.ip4.ip4.ip4 in hosts_require_dane? +>>> list element: ip4.ip4.ip4.ip4 +>>> ip4.ip4.ip4.ip4 in hosts_require_dane? yes (matched "ip4.ip4.ip4.ip4") >>> interface=NULL port=PORT_D ->>> Connecting to dane256ee.test.ex [ip4.ip4.ip4.ip4]:PORT_D ... connected +>>> Connecting to dane256ee.test.ex [ip4.ip4.ip4.ip4]:PORT_D ... ip4.ip4.ip4.ip4 in hosts_try_fastopen? +>>> list element: +>>> >>> connected >>> SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 >>> ip4.ip4.ip4.ip4 in hosts_avoid_esmtp? no (option unset) >>> SMTP>> EHLO myhost.test.ex @@ -39,6 +50,8 @@ >>> SMTP>> STARTTLS >>> cmd buf flush 10 bytes >>> SMTP<< 220 TLS go ahead +>>> ip4.ip4.ip4.ip4 in hosts_request_ocsp? +>>> list element: * >>> SMTP>> EHLO myhost.test.ex >>> cmd buf flush 21 bytes >>> SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4] |