diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-01-27 22:23:31 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-02-11 00:16:21 +0000 |
commit | 897024f1b30dfde19f8ed9477c49b7cd5a1f5512 (patch) | |
tree | fb1821ebbf3efc2c4e37e39999b665c9a36de654 /test/stderr/0070 | |
parent | 7f69e814219268610c9d5c9b724f64a17a78b2cb (diff) |
Debug: config file name & line number for each ACL verb
(cherry picked from commit 9e160d8100cd15517a3444c1ad8ab81e51399582)
Diffstat (limited to 'test/stderr/0070')
-rw-r--r-- | test/stderr/0070 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/stderr/0070 b/test/stderr/0070 index dcfc4286c..b4e002117 100644 --- a/test/stderr/0070 +++ b/test/stderr/0070 @@ -27,7 +27,7 @@ MUNGED: ::1 will be omitted in what follows >>> host in helo_try_verify_hosts? no (end of list) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "rcpt" ->>> processing "require" +>>> processing "require" (TESTSUITE/test-config 22) >>> message: helo not verified >>> check verify = helo >>> verifying EHLO/HELO argument "NULL" @@ -56,7 +56,7 @@ MUNGED: ::1 will be omitted in what follows >>> verifying EHLO/HELO argument "[V4NET.0.0.1]" >>> HELO verification failed but host is in helo_try_verify_hosts >>> using ACL "rcpt" ->>> processing "require" +>>> processing "require" (TESTSUITE/test-config 22) >>> message: helo not verified >>> check verify = helo >>> require: condition test failed in ACL "rcpt" @@ -83,11 +83,11 @@ MUNGED: ::1 will be omitted in what follows >>> verifying EHLO/HELO argument "[V4NET.0.0.2]" >>> matched host address >>> using ACL "rcpt" ->>> processing "require" +>>> processing "require" (TESTSUITE/test-config 22) >>> message: helo not verified >>> check verify = helo >>> require: condition test succeeded in ACL "rcpt" ->>> processing "deny" +>>> processing "deny" (TESTSUITE/test-config 25) >>> message: helo did verify >>> deny: condition test succeeded in ACL "rcpt" >>> end of ACL "rcpt": DENY @@ -201,7 +201,7 @@ MUNGED: ::1 will be omitted in what follows >>> host in helo_accept_junk_hosts? no (option unset) >>> [V4NET.0.0.99] in helo_lookup_domains? no (end of list) >>> using ACL "rcpt" ->>> processing "require" +>>> processing "require" (TESTSUITE/test-config 22) >>> message: helo not verified >>> check verify = helo >>> verifying EHLO/HELO argument "[V4NET.0.0.99]" @@ -227,13 +227,13 @@ MUNGED: ::1 will be omitted in what follows >>> host in helo_accept_junk_hosts? no (option unset) >>> [V4NET.0.0.13] in helo_lookup_domains? no (end of list) >>> using ACL "rcpt" ->>> processing "require" +>>> processing "require" (TESTSUITE/test-config 22) >>> message: helo not verified >>> check verify = helo >>> verifying EHLO/HELO argument "[V4NET.0.0.13]" >>> matched host address >>> require: condition test succeeded in ACL "rcpt" ->>> processing "deny" +>>> processing "deny" (TESTSUITE/test-config 25) >>> message: helo did verify >>> deny: condition test succeeded in ACL "rcpt" >>> end of ACL "rcpt": DENY @@ -260,7 +260,7 @@ MUNGED: ::1 will be omitted in what follows >>> host in pipelining_advertise_hosts? yes (matched "*") >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "rcpt" ->>> processing "require" +>>> processing "require" (TESTSUITE/test-config 22) >>> message: helo not verified >>> check verify = helo >>> verifying EHLO/HELO argument "rhubarb" |