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/3410 | |
parent | 3555c705d667038a1037d72511b277473f1a7248 (diff) |
Debug: config file name & line number for each ACL verb
Diffstat (limited to 'test/stderr/3410')
-rw-r--r-- | test/stderr/3410 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/stderr/3410 b/test/stderr/3410 index 36fbdb425..80cf29925 100644 --- a/test/stderr/3410 +++ b/test/stderr/3410 @@ -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_5_6_9" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 19) >>> message: You must authenticate >>> check authenticated = * >>> accept: condition test failed in ACL "acl_5_6_9" @@ -27,7 +27,7 @@ LOG: H=[5.6.9.1] F=<x@y> rejected RCPT <x@y>: You must authenticate >>> $3 = secret >>> expanded string: yes >>> using ACL "acl_5_6_9" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 19) >>> message: You must authenticate >>> check authenticated = * >>> auth1 in "*"? yes (matched "*") @@ -42,7 +42,7 @@ LOG: H=[5.6.9.1] F=<x@y> rejected RCPT <x@y>: You must authenticate >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "acl_5_6_10" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 24) >>> check authenticated = auth1 >>> accept: condition test failed in ACL "acl_5_6_10" >>> end of ACL "acl_5_6_10": implicit DENY @@ -61,7 +61,7 @@ LOG: H=[5.6.10.1] F=<x@y> rejected RCPT <x@y> >>> $3 = secret >>> expanded string: yes >>> using ACL "acl_5_6_10" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 24) >>> check authenticated = auth1 >>> auth1 in "auth1"? yes (matched "auth1") >>> accept: condition test succeeded in ACL "acl_5_6_10" @@ -86,7 +86,7 @@ LOG: H=[5.6.10.1] F=<x@y> rejected RCPT <x@y> >>> $2 = secret >>> expanded string: yes >>> using ACL "acl_5_6_10" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 24) >>> check authenticated = auth1 >>> auth2 in "auth1"? no (end of list) >>> accept: condition test failed in ACL "acl_5_6_10" |