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/5403 | |
parent | 7f69e814219268610c9d5c9b724f64a17a78b2cb (diff) |
Debug: config file name & line number for each ACL verb
(cherry picked from commit 9e160d8100cd15517a3444c1ad8ab81e51399582)
Diffstat (limited to 'test/stderr/5403')
-rw-r--r-- | test/stderr/5403 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/stderr/5403 b/test/stderr/5403 index 8d6f97c9a..0ac39cad5 100644 --- a/test/stderr/5403 +++ b/test/stderr/5403 @@ -13,17 +13,17 @@ LOG: no host name found for IP address 1.2.3.4 >>> host in pipelining_advertise_hosts? yes (matched "*") >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "ar" ->>> processing "warn" +>>> processing "warn" (TESTSUITE/test-config 21) >>> check control = cutthrough_delivery >>> check logwrite = rcpt for $local_part@$domain >>> = rcpt for plain@domain.com LOG: rcpt for plain@domain.com >>> warn: condition test succeeded in ACL "ar" ->>> processing "warn" +>>> processing "warn" (TESTSUITE/test-config 23) >>> check condition = ${if eq {verify}{$local_part}} >>> = >>> warn: condition test failed in ACL "ar" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 25) >>> accept: condition test succeeded in ACL "ar" >>> end of ACL "ar": ACCEPT LOG: 10HmaX-0005vi-00 <= CALLER@myhost.test.ex H=(myhost.test.ex) [1.2.3.4] P=esmtp S=sss for plain@domain.com @@ -42,13 +42,13 @@ LOG: no host name found for IP address 1.2.3.4 >>> host in pipelining_advertise_hosts? yes (matched "*") >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "ar" ->>> processing "warn" +>>> processing "warn" (TESTSUITE/test-config 21) >>> check control = cutthrough_delivery >>> check logwrite = rcpt for $local_part@$domain >>> = rcpt for verify@domain.com LOG: rcpt for verify@domain.com >>> warn: condition test succeeded in ACL "ar" ->>> processing "warn" +>>> processing "warn" (TESTSUITE/test-config 23) >>> check condition = ${if eq {verify}{$local_part}} >>> = true >>> check verify = recipient/callout=use_sender @@ -85,7 +85,7 @@ MUNGED: ::1 will be omitted in what follows >>> holding verify callout open for cutthrough delivery >>> ----------- end verify ------------ >>> warn: condition test succeeded in ACL "ar" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 25) >>> accept: condition test succeeded in ACL "ar" >>> end of ACL "ar": ACCEPT >>> SMTP>> QUIT |