summaryrefslogtreecommitdiff
path: root/test/stderr/0362
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-01-27 22:23:31 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-02-11 00:16:21 +0000
commit897024f1b30dfde19f8ed9477c49b7cd5a1f5512 (patch)
treefb1821ebbf3efc2c4e37e39999b665c9a36de654 /test/stderr/0362
parent7f69e814219268610c9d5c9b724f64a17a78b2cb (diff)
Debug: config file name & line number for each ACL verb
(cherry picked from commit 9e160d8100cd15517a3444c1ad8ab81e51399582)
Diffstat (limited to 'test/stderr/0362')
-rw-r--r--test/stderr/03624
1 files changed, 2 insertions, 2 deletions
diff --git a/test/stderr/0362 b/test/stderr/0362
index b1cfb9a43..02da2906e 100644
--- a/test/stderr/0362
+++ b/test/stderr/0362
@@ -30,12 +30,12 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
SMTP>> 250 OK
SMTP<< rcpt to:<x@a.b.c>
using ACL "check_rcpt"
-processing "accept"
+processing "accept" (TESTSUITE/test-config 22)
check domains = +local_domains
a.b.c in "*.test.ex"? no (end of list)
a.b.c in "+local_domains"? no (end of list)
accept: condition test failed in ACL "check_rcpt"
-processing "accept"
+processing "accept" (TESTSUITE/test-config 23)
check domains = +relay_domains
a.b.c in "a.b.c"? yes (matched "a.b.c")
a.b.c in "+relay_domains"? yes (matched "+relay_domains")