diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-29 17:14:31 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-29 17:14:31 +0000 |
commit | caf28f95ce0a617b075cf66e24a0e4b0b8aaf18e (patch) | |
tree | b1481052d9d68514ddc1264e628f437e2b50f812 /test/stderr/0588 | |
parent | 6fc54bd18aa7a51e11dce5a905e754cedb526230 (diff) |
Debug: quieten environment-cleaning
Diffstat (limited to 'test/stderr/0588')
-rw-r--r-- | test/stderr/0588 | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/test/stderr/0588 b/test/stderr/0588 index 89fc63a61..cb7d945e3 100644 --- a/test/stderr/0588 +++ b/test/stderr/0588 @@ -6,17 +6,20 @@ >>> 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) ->>> list element: ->>> list element: @ ->>> list element: @[] +>>> 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 19) >>> check verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing should_log@delay1500.test.ex >>> calling all router ->>> list element: * ->>> delay1500.test.ex in "*"? yes (matched "*") +>>> delay1500.test.ex in "*"? +>>> list element: * +>>> delay1500.test.ex in "*"? yes (matched "*") LOG: Long A lookup for 'delay1500.test.ex': ssss msec >>> local host found for non-MX address >>> routed by all router @@ -31,17 +34,20 @@ LOG: Long A lookup for 'delay1500.test.ex': ssss msec >>> 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) ->>> list element: ->>> list element: @ ->>> list element: @[] +>>> 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 19) >>> check verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing should_not_log@delay500.test.ex >>> calling all router ->>> list element: * ->>> delay500.test.ex in "*"? yes (matched "*") +>>> delay500.test.ex in "*"? +>>> list element: * +>>> delay500.test.ex in "*"? yes (matched "*") >>> local host found for non-MX address >>> routed by all router >>> ----------- end verify ------------ |