diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-01-27 22:23:31 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-02-11 00:16:21 +0000 |
commit | 897024f1b30dfde19f8ed9477c49b7cd5a1f5512 (patch) | |
tree | fb1821ebbf3efc2c4e37e39999b665c9a36de654 /test/stderr/0089 | |
parent | 7f69e814219268610c9d5c9b724f64a17a78b2cb (diff) |
Debug: config file name & line number for each ACL verb
(cherry picked from commit 9e160d8100cd15517a3444c1ad8ab81e51399582)
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 00b552e2d..319b04153 100644 --- a/test/stderr/0089 +++ b/test/stderr/0089 @@ -14,32 +14,32 @@ LOG: rejected HELO from [V4NET.0.0.0]: syntactically invalid argument(s): @#$%^& >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> abc_xyz in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 24) >>> check hosts = : >>> host in ":"? no (end of list) >>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 25) >>> 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 in ACL "check_recipient" >>> end of ACL "check_recipient": ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 24) >>> check hosts = : >>> host in ":"? no (end of list) >>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 25) >>> 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 in ACL "check_recipient" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 26) >>> 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 in ACL "check_recipient" ->>> processing "deny" +>>> processing "deny" (TESTSUITE/test-config 27) >>> message: relay not permitted >>> deny: condition test succeeded in ACL "check_recipient" >>> end of ACL "check_recipient": DENY @@ -58,37 +58,37 @@ LOG: H=(abc_xyz) [V4NET.0.0.0] F=<userx@cus.cam.ac.uk> rejected RCPT <userx@else >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? yes (matched "*N-99.test.ex") >>> using ACL "check_recipient" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 24) >>> check hosts = : >>> host in ":"? no (end of list) >>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 25) >>> 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 in ACL "check_recipient" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 26) >>> 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 in ACL "check_recipient" >>> end of ACL "check_recipient": ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 24) >>> check hosts = : >>> host in ":"? no (end of list) >>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 25) >>> 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 in ACL "check_recipient" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 26) >>> 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 in ACL "check_recipient" ->>> processing "deny" +>>> processing "deny" (TESTSUITE/test-config 27) >>> message: relay not permitted >>> deny: condition test succeeded in ACL "check_recipient" >>> end of ACL "check_recipient": DENY |