diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-06 14:04:45 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-06 14:04:45 +0100 |
commit | 44bc8f0c2f3576b46bd6df1b818cb29eaf84df5b (patch) | |
tree | 2f0eedf806a963009394e9f4bc6e4af66fd3822e /test/stderr/0303 | |
parent | 5dac72a78aa02e48af484ac75059e760151ba1fc (diff) | |
parent | 2d14f39731e88a6d6bb9f1b5c56f497eb12198c4 (diff) |
Merge branch 'CHUNKING'
Diffstat (limited to 'test/stderr/0303')
-rw-r--r-- | test/stderr/0303 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/stderr/0303 b/test/stderr/0303 index cc6b08b27..598ed62ed 100644 --- a/test/stderr/0303 +++ b/test/stderr/0303 @@ -26,6 +26,7 @@ >>> V4NET.0.0.1 OK >>> host in dsn_advertise_hosts? no (option unset) >>> host in pipelining_advertise_hosts? yes (matched "*") +>>> host in chunking_advertise_hosts? no (end of list) >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -69,6 +70,7 @@ sender_rcvhost = [V4NET.2.3.4] set_process_info: pppp handling incoming connection from ([V4NET.2.3.4]) [V4NET.2.3.4] host in dsn_advertise_hosts? no (option unset) host in pipelining_advertise_hosts? yes (matched "*") +host in chunking_advertise_hosts? no (end of list) SMTP>> 250-myhost.test.ex Hello [V4NET.2.3.4] [V4NET.2.3.4] 250-SIZE 52428800 250-8BITMIME @@ -142,6 +144,7 @@ sender_rcvhost = host.name.tld ([V4NET.2.3.4]) set_process_info: pppp handling incoming connection from host.name.tld [V4NET.2.3.4] host in dsn_advertise_hosts? no (option unset) host in pipelining_advertise_hosts? yes (matched "*") +host in chunking_advertise_hosts? no (end of list) SMTP>> 250-myhost.test.ex Hello host.name.tld [V4NET.2.3.4] 250-SIZE 52428800 250-8BITMIME |