diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-23 18:07:58 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-23 19:50:13 +0100 |
commit | dd2a32ad5058ad7831621b99a1eadc264d4982c9 (patch) | |
tree | 33595a8c88500cd7df2c62c3025ca3dff045b3fb /test/stderr/0069 | |
parent | 0539a19dc27efcfc77713a87aba6b61fef947249 (diff) |
Testsuite: move test.again.dns and test.fail.dns handling to fakens
Diffstat (limited to 'test/stderr/0069')
-rw-r--r-- | test/stderr/0069 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/stderr/0069 b/test/stderr/0069 index 0af08eaa6..15b8a4318 100644 --- a/test/stderr/0069 +++ b/test/stderr/0069 @@ -137,6 +137,9 @@ LOG: failed to find host name for V4NET.0.0.13: accepted by +include_unknown >>> processing "deny" >>> check hosts = +include_defer : test.again.dns >>> test.again.dns in dns_again_means_nonexist? no (option unset) +>>> test.again.dns in dns_again_means_nonexist? no (option unset) +>>> no IP address found for host test.again.dns (during SMTP connection from [V4NET.0.0.13]) +>>> test.again.dns in dns_again_means_nonexist? no (option unset) LOG: DNS lookup of "test.again.dns" deferred: accepted by +include_defer >>> deny: condition test succeeded in ACL "check_recipienta" >>> end of ACL "check_recipienta": DENY @@ -157,6 +160,9 @@ LOG: failed to find host name for V4NET.0.0.13: accepted by +include_unknown >>> processing "accept" >>> check hosts = test.again.dns : V4NET.0.0.13 >>> test.again.dns in dns_again_means_nonexist? no (option unset) +>>> test.again.dns in dns_again_means_nonexist? no (option unset) +>>> no IP address found for host test.again.dns (during SMTP connection from [V4NET.0.0.13]) +>>> test.again.dns in dns_again_means_nonexist? no (option unset) >>> host in "test.again.dns : V4NET.0.0.13"? list match deferred for test.again.dns >>> accept: condition test deferred in ACL "check_recipientb" LOG: H=[V4NET.0.0.13] F=<userx@test.ex> temporarily rejected RCPT <b@test.ex>: DNS lookup of "test.again.dns" deferred @@ -176,6 +182,9 @@ LOG: failed to find host name for V4NET.0.0.13: accepted by +include_unknown >>> processing "accept" >>> check hosts = +ignore_defer : test.again.dns : V4NET.0.0.13 >>> test.again.dns in dns_again_means_nonexist? no (option unset) +>>> test.again.dns in dns_again_means_nonexist? no (option unset) +>>> no IP address found for host test.again.dns (during SMTP connection from [V4NET.0.0.13]) +>>> test.again.dns in dns_again_means_nonexist? no (option unset) >>> DNS lookup of "test.again.dns" deferred: item ignored by +ignore_defer >>> host in "+ignore_defer : test.again.dns : V4NET.0.0.13"? yes (matched "V4NET.0.0.13") >>> accept: condition test succeeded in ACL "check_recipientc" |