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/0381 | |
parent | 6fc54bd18aa7a51e11dce5a905e754cedb526230 (diff) |
Debug: quieten environment-cleaning
Diffstat (limited to 'test/stderr/0381')
-rw-r--r-- | test/stderr/0381 | 44 |
1 files changed, 17 insertions, 27 deletions
diff --git a/test/stderr/0381 b/test/stderr/0381 index 20ba8f7eb..02fc23de1 100644 --- a/test/stderr/0381 +++ b/test/stderr/0381 @@ -3,22 +3,6 @@ changed uid/gid: forcing real = effective uid=uuuu gid=CALLER_GID pid=p1234 seeking password data for user "CALLER": cache not available getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID -list element: PATH -list element: EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK -list element: PATH -list element: EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK -list element: PATH -list element: EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK -list element: PATH -list element: EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK -list element: PATH -list element: EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK -list element: PATH -list element: EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK -list element: PATH -list element: PATH -list element: EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK -list element: PATH configuration file is TESTSUITE/test-config trusted user admin user @@ -41,12 +25,14 @@ host in recipient_unqualified_hosts? no (option unset) 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: +host in pipelining_connect_advertise_hosts? + list element: SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 smtp_setup_msg entered SMTP<< helo test -list element: @ -list element: @[] +test in helo_lookup_domains? + list element: @ + list element: @[] test in helo_lookup_domains? no (end of list) sender_fullhost = (test) [V4NET.99.99.97] sender_rcvhost = [V4NET.99.99.97] (helo=test ident=CALLER) @@ -60,7 +46,8 @@ SMTP<< rcpt to:<x@test.ex> using ACL "check_rcpt" processing "warn" (TESTSUITE/test-config 17) check hosts = *.gov.uk.test.ex -list element: *.gov.uk.test.ex +host in "*.gov.uk.test.ex"? + list element: *.gov.uk.test.ex sender host name required, to match against *.gov.uk.test.ex looking up host name for V4NET.99.99.97 DNS lookup of 97.99.99.V4NET.in-addr.arpa (PTR) using fakens @@ -82,22 +69,25 @@ Forward DNS security status: unverified sender_fullhost = x.gov.uk.test.ex (test) [V4NET.99.99.97] sender_rcvhost = x.gov.uk.test.ex ([V4NET.99.99.97] helo=test ident=CALLER) -host in "*.gov.uk.test.ex"? yes (matched "*.gov.uk.test.ex") + host in "*.gov.uk.test.ex"? yes (matched "*.gov.uk.test.ex") warn: condition test succeeded in ACL "check_rcpt" processing "warn" (TESTSUITE/test-config 18) check hosts = !*.gov.uk.test.ex -list element: !*.gov.uk.test.ex -host in "!*.gov.uk.test.ex"? no (matched "!*.gov.uk.test.ex") +host in "!*.gov.uk.test.ex"? + list element: !*.gov.uk.test.ex + host in "!*.gov.uk.test.ex"? no (matched "!*.gov.uk.test.ex") warn: condition test failed in ACL "check_rcpt" processing "warn" (TESTSUITE/test-config 19) check hosts = *.co.uk.test.ex -list element: *.co.uk.test.ex -host in "*.co.uk.test.ex"? yes (matched "*.co.uk.test.ex") +host in "*.co.uk.test.ex"? + list element: *.co.uk.test.ex + host in "*.co.uk.test.ex"? yes (matched "*.co.uk.test.ex") warn: condition test succeeded in ACL "check_rcpt" processing "warn" (TESTSUITE/test-config 20) check hosts = !*.co.uk.test.ex -list element: !*.co.uk.test.ex -host in "!*.co.uk.test.ex"? no (matched "!*.co.uk.test.ex") +host in "!*.co.uk.test.ex"? + list element: !*.co.uk.test.ex + host in "!*.co.uk.test.ex"? no (matched "!*.co.uk.test.ex") warn: condition test failed in ACL "check_rcpt" processing "accept" (TESTSUITE/test-config 21) accept: condition test succeeded in ACL "check_rcpt" |