diff options
author | Wolfgang Breyha <wbreyha@gmx.net> | 2014-12-16 12:05:32 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-16 12:12:19 +0000 |
commit | cc5a3f43827026193110cb663151a95eac4ee379 (patch) | |
tree | 6a39c5ba28182bb9ca0962d457d289653731b683 /test/stderr/3500 | |
parent | 224f418b1ea62a1d1b4bbf261b50b2dc02aed98a (diff) |
Move DSN support to mainline
Affects bug 893
Diffstat (limited to 'test/stderr/3500')
-rw-r--r-- | test/stderr/3500 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/stderr/3500 b/test/stderr/3500 index 53c850879..61225ae7d 100644 --- a/test/stderr/3500 +++ b/test/stderr/3500 @@ -7,6 +7,7 @@ >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> test.host in helo_lookup_domains? no (end of list) +>>> host in dsn_advertise_hosts? no (option unset) >>> host in pipelining_advertise_hosts? yes (matched "*") >>> host in "10.0.0.1 : 10.0.0.5"? no (end of list) >>> host in "10.0.0.4"? yes (matched "10.0.0.4") @@ -20,6 +21,7 @@ >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> test.host in helo_lookup_domains? no (end of list) +>>> host in dsn_advertise_hosts? no (option unset) >>> host in pipelining_advertise_hosts? yes (matched "*") >>> host in "10.0.0.1 : 10.0.0.5"? yes (matched "10.0.0.1") >>> host in auth_advertise_hosts? yes (matched "+auth_hosts") @@ -70,6 +72,7 @@ LOG: 10HmaY-0005vi-00 <= userx@some.domain H=(test.host) [10.0.0.1] P=esmtpa A=c >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> test.host in helo_lookup_domains? no (end of list) +>>> host in dsn_advertise_hosts? no (option unset) >>> host in pipelining_advertise_hosts? yes (matched "*") >>> host in "10.0.0.1 : 10.0.0.5"? yes (matched "10.0.0.5") >>> host in auth_advertise_hosts? yes (matched "+auth_hosts") |