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/0243 | |
parent | 6fc54bd18aa7a51e11dce5a905e754cedb526230 (diff) |
Debug: quieten environment-cleaning
Diffstat (limited to 'test/stderr/0243')
-rw-r--r-- | test/stderr/0243 | 37 |
1 files changed, 24 insertions, 13 deletions
diff --git a/test/stderr/0243 b/test/stderr/0243 index 59571b868..16c2f7aec 100644 --- a/test/stderr/0243 +++ b/test/stderr/0243 @@ -6,37 +6,48 @@ >>> 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: +>>> xxxx in helo_lookup_domains? +>>> list element: @ +>>> list element: @[] >>> xxxx in helo_lookup_domains? no (end of list) +>>> host in limits_advertise_hosts? +>>> list element: !* >>> host in dsn_advertise_hosts? no (option unset) ->>> list element: * ->>> host in pipelining_advertise_hosts? yes (matched "*") +>>> host in pipelining_advertise_hosts? +>>> list element: * +>>> host in pipelining_advertise_hosts? yes (matched "*") +>>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) +>>> host in tls_advertise_hosts? >>> using ACL "check_recipient" >>> processing "deny" (TESTSUITE/test-config 20) >>> message: unrouteable address >>> check !verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing faq@nl.demon.net ->>> list element: *.demon.net ->>> nl.demon.net in "*.demon.net"? yes (matched "*.demon.net") +>>> nl.demon.net in "*.demon.net"? +>>> list element: *.demon.net +>>> nl.demon.net in "*.demon.net"? yes (matched "*.demon.net") >>> calling auto_antwoord router >>> routed by auto_antwoord router (unseen) >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing faq@nl.demon.net ->>> list element: nl.demon.net ->>> nl.demon.net in "nl.demon.net:*.nl.demon.net:fax-gw.demon.nl: www-3.demon.nl : localhost"? yes (matched "nl.demon.net") +>>> nl.demon.net in "nl.demon.net:*.nl.demon.net:fax-gw.demon.nl: www-3.demon.nl : localhost"? +>>> list element: nl.demon.net +>>> nl.demon.net in "nl.demon.net:*.nl.demon.net:fax-gw.demon.nl: www-3.demon.nl : localhost"? yes (matched "nl.demon.net") >>> calling algemeen_aliases router >>> routed by algemeen_aliases router >>> ----------- end verify ------------ >>> deny: condition test failed in ACL "check_recipient" >>> processing "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains ->>> list element: +local_domains ->>> list element: nl.demon.net ->>> nl.demon.net in "nl.demon.net"? yes (matched "nl.demon.net") ->>> nl.demon.net in "+local_domains"? yes (matched "+local_domains") +>>> nl.demon.net in "+local_domains"? +>>> list element: +local_domains +>>> nl.demon.net in "nl.demon.net"? +>>> list element: nl.demon.net +>>> nl.demon.net in "nl.demon.net"? yes (matched "nl.demon.net") +>>> nl.demon.net in "+local_domains"? yes (matched "+local_domains") >>> accept: condition test succeeded in ACL "check_recipient" >>> end of ACL "check_recipient": ACCEPT |