summaryrefslogtreecommitdiff
path: root/test/stderr/3500
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-01-27 22:23:31 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-01-27 22:23:31 +0000
commit9e160d8100cd15517a3444c1ad8ab81e51399582 (patch)
tree499585feb087c895356001c0174708ba28049808 /test/stderr/3500
parent3555c705d667038a1037d72511b277473f1a7248 (diff)
Debug: config file name & line number for each ACL verb
Diffstat (limited to 'test/stderr/3500')
-rw-r--r--test/stderr/350014
1 files changed, 7 insertions, 7 deletions
diff --git a/test/stderr/3500 b/test/stderr/3500
index 9f4a5e087..fc337eef0 100644
--- a/test/stderr/3500
+++ b/test/stderr/3500
@@ -38,26 +38,26 @@
>>> +++CRAM-MD5 $auth1="tim" $auth2="" $auth3=""
>>> expanded string: true
>>> using ACL "check_recipient"
->>> processing "warn"
+>>> processing "warn" (TESTSUITE/test-config 31)
>>> check hosts = 10.0.0.5
>>> host in "10.0.0.5"? no (end of list)
>>> warn: condition test failed in ACL "check_recipient"
->>> processing "accept"
+>>> processing "accept" (TESTSUITE/test-config 33)
>>> check hosts = 10.0.0.5
>>> host in "10.0.0.5"? no (end of list)
>>> accept: condition test failed in ACL "check_recipient"
->>> processing "accept"
+>>> processing "accept" (TESTSUITE/test-config 34)
>>> check hosts = :
>>> host in ":"? no (end of list)
>>> accept: condition test failed in ACL "check_recipient"
->>> processing "deny"
+>>> processing "deny" (TESTSUITE/test-config 35)
>>> check hosts = +auth_hosts
>>> host in "+auth_hosts"? yes (matched "+auth_hosts" - cached)
>>> message: authentication required
>>> check !authenticated = *
>>> cram_md5 in "*"? yes (matched "*")
>>> deny: condition test failed in ACL "check_recipient"
->>> processing "accept"
+>>> processing "accept" (TESTSUITE/test-config 38)
>>> check domains = +local_domains
>>> test.ex in "test.ex : *.test.ex"? yes (matched "test.ex")
>>> test.ex in "+local_domains"? yes (matched "+local_domains")
@@ -91,12 +91,12 @@ LOG: 10HmaY-0005vi-00 <= userx@some.domain H=(test.host) [10.0.0.1] P=esmtpa A=c
>>> expanded string:
LOG: cram_md5 authenticator failed for (test.host) [10.0.0.5]: 535 Incorrect authentication data (set_id=tim)
>>> using ACL "check_recipient"
->>> processing "warn"
+>>> processing "warn" (TESTSUITE/test-config 31)
>>> check hosts = 10.0.0.5
>>> host in "10.0.0.5"? yes (matched "10.0.0.5")
>>> message: authentication-failed: $authentication_failed
>>> warn: condition test succeeded in ACL "check_recipient"
->>> processing "accept"
+>>> processing "accept" (TESTSUITE/test-config 33)
>>> check hosts = 10.0.0.5
>>> host in "10.0.0.5"? yes (matched "10.0.0.5")
>>> accept: condition test succeeded in ACL "check_recipient"