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/0017 | |
parent | 3555c705d667038a1037d72511b277473f1a7248 (diff) |
Debug: config file name & line number for each ACL verb
Diffstat (limited to 'test/stderr/0017')
-rw-r--r-- | test/stderr/0017 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/stderr/0017 b/test/stderr/0017 index 4831e3e9a..f87a4571a 100644 --- a/test/stderr/0017 +++ b/test/stderr/0017 @@ -9,15 +9,15 @@ >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") LOG: ETRN some.random.domain received from [1.1.1.1] >>> using ACL "check_etrn" ->>> processing "deny" +>>> processing "deny" (TESTSUITE/test-config 15) >>> check hosts = 10.9.8.7 >>> host in "10.9.8.7"? no (end of list) >>> deny: condition test failed in ACL "check_etrn" ->>> processing "deny" +>>> processing "deny" (TESTSUITE/test-config 18) >>> check hosts = 10.9.8.8 >>> host in "10.9.8.8"? no (end of list) >>> deny: condition test failed in ACL "check_etrn" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 21) >>> check hosts = localhost MUNGED: ::1 will be omitted in what follows >>> get[host|ipnode]byname[2] looked up these IP addresses: @@ -37,7 +37,7 @@ LOG: H=[1.1.1.1] rejected ETRN some.random.domain >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") LOG: ETRN some.domain received from [10.9.8.7] >>> using ACL "check_etrn" ->>> processing "deny" +>>> processing "deny" (TESTSUITE/test-config 15) >>> check hosts = 10.9.8.7 >>> host in "10.9.8.7"? yes (matched "10.9.8.7") >>> check sender_domains = some.domain @@ -54,11 +54,11 @@ LOG: H=[10.9.8.7] temporarily rejected ETRN some.domain: cannot test sender_doma >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") LOG: ETRN some.domain received from [10.9.8.8] >>> using ACL "check_etrn" ->>> processing "deny" +>>> processing "deny" (TESTSUITE/test-config 15) >>> check hosts = 10.9.8.7 >>> host in "10.9.8.7"? no (end of list) >>> deny: condition test failed in ACL "check_etrn" ->>> processing "deny" +>>> processing "deny" (TESTSUITE/test-config 18) >>> check hosts = 10.9.8.8 >>> host in "10.9.8.8"? yes (matched "10.9.8.8") >>> check senders = x@y |