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/4507 | |
parent | 7f69e814219268610c9d5c9b724f64a17a78b2cb (diff) |
Debug: config file name & line number for each ACL verb
(cherry picked from commit 9e160d8100cd15517a3444c1ad8ab81e51399582)
Diffstat (limited to 'test/stderr/4507')
-rw-r--r-- | test/stderr/4507 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/stderr/4507 b/test/stderr/4507 index e1961ceb3..48d4d9fa9 100644 --- a/test/stderr/4507 +++ b/test/stderr/4507 @@ -9,22 +9,22 @@ >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> xxx in helo_lookup_domains? no (end of list) ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 43) >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_dkim" ->>> processing "warn" +>>> processing "warn" (TESTSUITE/test-config 34) >>> check logwrite = signer: $dkim_cur_signer bits: $dkim_key_length >>> = signer: test.ex bits: 1024 LOG: 10HmaX-0005vi-00 signer: test.ex bits: 1024 >>> warn: condition test succeeded in ACL "check_dkim" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 37) >>> accept: condition test succeeded in ACL "check_dkim" >>> end of ACL "check_dkim": ACCEPT LOG: 10HmaX-0005vi-00 DKIM: d=test.ex s=sel c=simple/simple a=rsa-sha1 b=1024 [verification succeeded] >>> using ACL "check_data" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 41) >>> check logwrite = ${authresults {$primary_hostname}} >>> = Authentication-Results: myhost.test.ex; >>> dkim=pass header.d=test.ex header.s=sel header.a=rsa-sha1 |