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/0018 | |
parent | 3555c705d667038a1037d72511b277473f1a7248 (diff) |
Debug: config file name & line number for each ACL verb
Diffstat (limited to 'test/stderr/0018')
-rw-r--r-- | test/stderr/0018 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stderr/0018 b/test/stderr/0018 index 833a0a30c..f3f3e56c0 100644 --- a/test/stderr/0018 +++ b/test/stderr/0018 @@ -8,18 +8,18 @@ >>> host in helo_accept_junk_hosts? no (option unset) >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "check_etrn" ->>> processing "deny" +>>> processing "deny" (TESTSUITE/test-config 17) >>> check hosts = !localhost MUNGED: ::1 will be omitted in what follows >>> get[host|ipnode]byname[2] looked up these IP addresses: >>> name=localhost address=127.0.0.1 >>> host in "!localhost"? no (matched "!localhost") >>> deny: condition test failed in ACL "check_etrn" ->>> processing "warn" +>>> processing "warn" (TESTSUITE/test-config 18) >>> l_message: accepted $smtp_command >>> warn: condition test succeeded in ACL "check_etrn" LOG: H=[127.0.0.1] Warning: accepted etrn #some.random.domain ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 19) >>> accept: condition test succeeded in ACL "check_etrn" >>> end of ACL "check_etrn": ACCEPT >>> ETRN command is: exim -R |