diff options
Diffstat (limited to 'test/stderr/0089')
-rw-r--r-- | test/stderr/0089 | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/test/stderr/0089 b/test/stderr/0089 index 4109b736b..a6e85e132 100644 --- a/test/stderr/0089 +++ b/test/stderr/0089 @@ -17,29 +17,29 @@ LOG: rejected HELO from [V4NET.0.0.0]: syntactically invalid argument(s): @#$%^& >>> processing "accept" >>> check hosts = : >>> host in ":"? no (end of list) ->>> accept: condition test failed +>>> accept: condition test failed in ACL "check_recipient" >>> processing "accept" >>> check domains = +local_domains >>> test.ex in "Test.ex : myhost.test.EX"? yes (matched "Test.ex") >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded +>>> accept: condition test succeeded in ACL "check_recipient" >>> using ACL "check_recipient" >>> processing "accept" >>> check hosts = : >>> host in ":"? no (end of list) ->>> accept: condition test failed +>>> accept: condition test failed in ACL "check_recipient" >>> processing "accept" >>> check domains = +local_domains >>> else.where in "Test.ex : myhost.test.EX"? no (end of list) >>> else.where in "+local_domains"? no (end of list) ->>> accept: condition test failed +>>> accept: condition test failed in ACL "check_recipient" >>> processing "accept" >>> check domains = +relay_domains >>> else.where in "Test.ex : Relay.one.ex"? no (end of list) >>> else.where in "+relay_domains"? no (end of list) ->>> accept: condition test failed +>>> accept: condition test failed in ACL "check_recipient" >>> processing "deny" ->>> deny: condition test succeeded +>>> deny: condition test succeeded in ACL "check_recipient" LOG: H=(abc_xyz) [V4NET.0.0.0] F=<userx@cus.cam.ac.uk> rejected RCPT <userx@else.where>: relay not permitted >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -61,32 +61,32 @@ MUNGED: ::1 will be omitted in what follows >>> processing "accept" >>> check hosts = : >>> host in ":"? no (end of list) ->>> accept: condition test failed +>>> accept: condition test failed in ACL "check_recipient" >>> processing "accept" >>> check domains = +local_domains >>> relay.one.ex in "Test.ex : myhost.test.EX"? no (end of list) >>> relay.one.ex in "+local_domains"? no (end of list) ->>> accept: condition test failed +>>> accept: condition test failed in ACL "check_recipient" >>> processing "accept" >>> check domains = +relay_domains >>> relay.one.ex in "Test.ex : Relay.one.ex"? yes (matched "Relay.one.ex") >>> relay.one.ex in "+relay_domains"? yes (matched "+relay_domains") ->>> accept: condition test succeeded +>>> accept: condition test succeeded in ACL "check_recipient" >>> using ACL "check_recipient" >>> processing "accept" >>> check hosts = : >>> host in ":"? no (end of list) ->>> accept: condition test failed +>>> accept: condition test failed in ACL "check_recipient" >>> processing "accept" >>> check domains = +local_domains >>> relay.two.ex in "Test.ex : myhost.test.EX"? no (end of list) >>> relay.two.ex in "+local_domains"? no (end of list) ->>> accept: condition test failed +>>> accept: condition test failed in ACL "check_recipient" >>> processing "accept" >>> check domains = +relay_domains >>> relay.two.ex in "Test.ex : Relay.one.ex"? no (end of list) >>> relay.two.ex in "+relay_domains"? no (end of list) ->>> accept: condition test failed +>>> accept: condition test failed in ACL "check_recipient" >>> processing "deny" ->>> deny: condition test succeeded +>>> deny: condition test succeeded in ACL "check_recipient" LOG: H=ten-99.test.ex (@#$%^&*()) [V4NET.0.0.99] F=<root@myhost.test.ex> rejected RCPT <yy@relay.two.ex>: relay not permitted |