diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-15 19:27:04 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-15 20:34:28 +0100 |
commit | 2f8e0a5f6bc17ccd0749c0dc28f5da28da5d25a2 (patch) | |
tree | 317d43b87c1e1e9f4ca315e5680bd10a18e158a2 /test/stderr/3211 | |
parent | b9a2d0dd658cab56e0d1365e1c6a7c5ce9473bcf (diff) |
hosts_require_helo
Diffstat (limited to 'test/stderr/3211')
-rw-r--r-- | test/stderr/3211 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/stderr/3211 b/test/stderr/3211 index 2ae0bde59..37566d36a 100644 --- a/test/stderr/3211 +++ b/test/stderr/3211 @@ -6,6 +6,7 @@ >>> 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) +>>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" >>> processing "accept" (TESTSUITE/test-config 17) >>> check verify = recipient @@ -21,7 +22,7 @@ >>> message: host lookup did not complete >>> ----------- end verify ------------ >>> accept: condition test deferred in ACL "check_recipient" -LOG: H=[1.2.3.4] F=<userx@test.ex> temporarily rejected RCPT <userx@test.again.dns>: host lookup did not complete +LOG: H=(test) [1.2.3.4] F=<userx@test.ex> temporarily rejected RCPT <userx@test.again.dns>: host lookup did not complete >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -30,6 +31,7 @@ LOG: H=[1.2.3.4] F=<userx@test.ex> temporarily rejected RCPT <userx@test.again.d >>> 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) +>>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" >>> processing "accept" (TESTSUITE/test-config 17) >>> check verify = recipient @@ -43,4 +45,4 @@ LOG: H=[1.2.3.4] F=<userx@test.ex> temporarily rejected RCPT <userx@test.again.d >>> message: host lookup did not complete >>> ----------- end verify ------------ >>> accept: condition test deferred in ACL "check_recipient" -LOG: H=[1.2.3.4] F=<userx@test.ex> temporarily rejected RCPT <r1-userx@test.again.dns>: host lookup did not complete +LOG: H=(test) [1.2.3.4] F=<userx@test.ex> temporarily rejected RCPT <r1-userx@test.again.dns>: host lookup did not complete |