diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-01-27 22:23:31 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-01-27 22:23:31 +0000 |
commit | 9e160d8100cd15517a3444c1ad8ab81e51399582 (patch) | |
tree | 499585feb087c895356001c0174708ba28049808 /test/stderr/3202 | |
parent | 3555c705d667038a1037d72511b277473f1a7248 (diff) |
Debug: config file name & line number for each ACL verb
Diffstat (limited to 'test/stderr/3202')
-rw-r--r-- | test/stderr/3202 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stderr/3202 b/test/stderr/3202 index be32ca79b..557a0da04 100644 --- a/test/stderr/3202 +++ b/test/stderr/3202 @@ -7,7 +7,7 @@ >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "acl_1_1_1" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 17) >>> check hosts = net-testdb;defer >>> host in "net-testdb;defer"? list match deferred for net-testdb;defer >>> accept: condition test deferred in ACL "acl_1_1_1" @@ -21,7 +21,7 @@ LOG: H=[1.1.1.1] F=<x@y> temporarily rejected RCPT <x@y>: testdb lookup forced D >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "acl_1_1_2" ->>> processing "deny" +>>> processing "deny" (TESTSUITE/test-config 20) >>> check domains = testdb;defer >>> y in "testdb;defer"? list match deferred for testdb;defer >>> deny: condition test deferred in ACL "acl_1_1_2" @@ -35,7 +35,7 @@ LOG: H=[1.1.2.1] F=<x@y> temporarily rejected RCPT <x@y>: testdb lookup forced D >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "acl_1_1_3" ->>> processing "require" +>>> processing "require" (TESTSUITE/test-config 23) >>> check local_parts = testdb;defer >>> x in "testdb;defer"? list match deferred for testdb;defer >>> require: condition test deferred in ACL "acl_1_1_3" |