diff options
author | Roman Fiedler <roman.fiedler@unparalleled.eu> | 2023-02-03 20:26:08 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-02-03 20:32:30 +0000 |
commit | 6d179d5ef22fcdfc4802db3fbb37f88190186367 (patch) | |
tree | 2b125ae4049e81cc444f5419085056582637ea37 /test/stderr | |
parent | 70069b65a39a7ba73a36fbd95371ff03cde1eb23 (diff) |
Testsuite: testcase for empty-var followed by expansion-op
Supplements: 70069b65a39a
Diffstat (limited to 'test/stderr')
-rw-r--r-- | test/stderr/0634 | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/test/stderr/0634 b/test/stderr/0634 new file mode 100644 index 000000000..5e4fbe08e --- /dev/null +++ b/test/stderr/0634 @@ -0,0 +1,75 @@ +>>> host in hosts_connection_nolog? no (option unset) +>>> host in host_lookup? no (option unset) +>>> host in host_reject_connection? no (option unset) +>>> host in sender_unqualified_hosts? no (option unset) +>>> 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) +>>> test1 in helo_lookup_domains? +>>> list element: @ +>>> list element: @[] +>>> test1 in helo_lookup_domains? no (end of list) +>>> host in dsn_advertise_hosts? no (option unset) +>>> 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) +>>> using ACL "check_acl_smtp_rcpt" +>>> processing "accept" (TESTSUITE/test-config 11) +>>> check set acl_m_empty = +>>> check set acl_m0 = $acl_c_empty +>>> = +>>> accept: condition test succeeded in ACL "check_acl_smtp_rcpt" +>>> end of ACL "check_acl_smtp_rcpt": ACCEPT +>>> host in hosts_connection_nolog? no (option unset) +>>> host in host_lookup? no (option unset) +>>> host in host_reject_connection? no (option unset) +>>> host in sender_unqualified_hosts? no (option unset) +>>> 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) +>>> test2 in helo_lookup_domains? +>>> list element: @ +>>> list element: @[] +>>> test2 in helo_lookup_domains? no (end of list) +>>> host in dsn_advertise_hosts? no (option unset) +>>> 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) +>>> using ACL "check_acl_smtp_rcpt" +>>> processing "accept" (TESTSUITE/test-config 11) +>>> check set acl_m_empty = +>>> check set acl_m0 = $acl_c_empty${hexquote:A} +>>> = A +>>> accept: condition test succeeded in ACL "check_acl_smtp_rcpt" +>>> end of ACL "check_acl_smtp_rcpt": ACCEPT +>>> host in hosts_connection_nolog? no (option unset) +>>> host in host_lookup? no (option unset) +>>> host in host_reject_connection? no (option unset) +>>> host in sender_unqualified_hosts? no (option unset) +>>> 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) +>>> test3 in helo_lookup_domains? +>>> list element: @ +>>> list element: @[] +>>> test3 in helo_lookup_domains? no (end of list) +>>> host in dsn_advertise_hosts? no (option unset) +>>> 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) +>>> using ACL "check_acl_smtp_rcpt" +>>> processing "accept" (TESTSUITE/test-config 11) +>>> check set acl_m_empty = +>>> check set acl_m0 = $acl_c_empty${listquote{:}{A}} +>>> = A +>>> accept: condition test succeeded in ACL "check_acl_smtp_rcpt" +>>> end of ACL "check_acl_smtp_rcpt": ACCEPT |