From 2f8e0a5f6bc17ccd0749c0dc28f5da28da5d25a2 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 15 Jun 2021 19:27:04 +0100 Subject: hosts_require_helo --- test/stderr/0475 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/stderr/0475') diff --git a/test/stderr/0475 b/test/stderr/0475 index 6225b4dd0..c4df1ad5d 100644 --- a/test/stderr/0475 +++ b/test/stderr/0475 @@ -6,17 +6,18 @@ >>> 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 "a1" >>> processing "deny" (TESTSUITE/test-config 16) >>> check hosts = 1.2.3.4 : <; 1.2.3.4::5.6.7.8 LOG: unknown lookup type "<" in host list item "<; 1.2.3.4:5.6.7.8" >>> host in "1.2.3.4 : <; 1.2.3.4::5.6.7.8"? list match deferred for <; 1.2.3.4:5.6.7.8 >>> deny: condition test deferred in ACL "a1" -LOG: H=[V4NET.0.0.0] F=<> temporarily rejected RCPT : unknown lookup type "<" +LOG: H=(test) [V4NET.0.0.0] F=<> temporarily rejected RCPT : unknown lookup type "<" >>> using ACL "a2" >>> processing "deny" (TESTSUITE/test-config 19) >>> check hosts = 1.2.3/24 >>> host in "1.2.3/24"? no (malformed IPv4 address or address mask) >>> deny: condition test failed in ACL "a2" >>> end of ACL "a2": implicit DENY -LOG: H=[V4NET.0.0.0] F=<> rejected RCPT +LOG: H=(test) [V4NET.0.0.0] F=<> rejected RCPT -- cgit v1.2.3