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/0175 | |
parent | 3555c705d667038a1037d72511b277473f1a7248 (diff) |
Debug: config file name & line number for each ACL verb
Diffstat (limited to 'test/stderr/0175')
-rw-r--r-- | test/stderr/0175 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/stderr/0175 b/test/stderr/0175 index 9423139cf..b2f1c655c 100644 --- a/test/stderr/0175 +++ b/test/stderr/0175 @@ -7,7 +7,7 @@ >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "check_recipient" ->>> processing "require" +>>> processing "require" (TESTSUITE/test-config 18) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing user@bad.domain @@ -35,7 +35,7 @@ LOG: H=[V4NET.0.0.0] F=<user@bad.domain> rejected RCPT <userx@test.ex>: Sender v >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "check_recipient" ->>> processing "require" +>>> processing "require" (TESTSUITE/test-config 18) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing user@bad.domain2 @@ -66,7 +66,7 @@ LOG: H=[V4NET.0.0.0] F=<user@bad.domain2> rejected RCPT <userx@test.ex>: Sender >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "check_recipient" ->>> processing "require" +>>> processing "require" (TESTSUITE/test-config 18) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing user@ten-1.test.ex @@ -84,7 +84,7 @@ LOG: H=[V4NET.0.0.0] F=<user@bad.domain2> rejected RCPT <userx@test.ex>: Sender >>> routed by lookuphost router >>> ----------- end verify ------------ >>> require: condition test succeeded in ACL "check_recipient" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 19) >>> check domains = +local_domains >>> test.ex in "test.ex"? yes (matched "test.ex") >>> test.ex in "+local_domains"? yes (matched "+local_domains") |