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/0294 | |
parent | 7f69e814219268610c9d5c9b724f64a17a78b2cb (diff) |
Debug: config file name & line number for each ACL verb
(cherry picked from commit 9e160d8100cd15517a3444c1ad8ab81e51399582)
Diffstat (limited to 'test/stderr/0294')
-rw-r--r-- | test/stderr/0294 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/stderr/0294 b/test/stderr/0294 index 8ade497a7..a1525db2d 100644 --- a/test/stderr/0294 +++ b/test/stderr/0294 @@ -118,22 +118,22 @@ spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to:<one@z> -processing "deny" +processing "deny" (TESTSUITE/test-config 35) check local_parts = reject one in "reject"? no (end of list) deny: condition test failed in inline ACL -processing "accept" +processing "accept" (TESTSUITE/test-config 35) accept: condition test succeeded in inline ACL end of inline ACL: ACCEPT SMTP>> 250 Accepted DSN: orcpt: NULL flags: 0 SMTP<< rcpt to:<one@z> host in smtp_ratelimit_hosts? no (end of list) -processing "deny" +processing "deny" (TESTSUITE/test-config 35) check local_parts = reject one in "reject"? no (end of list) deny: condition test failed in inline ACL -processing "accept" +processing "accept" (TESTSUITE/test-config 35) accept: condition test succeeded in inline ACL end of inline ACL: ACCEPT SMTP>> 250 Accepted @@ -166,11 +166,11 @@ spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to:<one@z> -processing "deny" +processing "deny" (TESTSUITE/test-config 35) check local_parts = reject one in "reject"? no (end of list) deny: condition test failed in inline ACL -processing "accept" +processing "accept" (TESTSUITE/test-config 35) accept: condition test succeeded in inline ACL end of inline ACL: ACCEPT SMTP>> 250 Accepted @@ -178,11 +178,11 @@ DSN: orcpt: NULL flags: 0 SMTP<< rcpt to:<one@z> host in smtp_ratelimit_hosts? yes (matched "V4NET.9.8.7") rate limit RCPT: delay 0.25 sec -processing "deny" +processing "deny" (TESTSUITE/test-config 35) check local_parts = reject one in "reject"? no (end of list) deny: condition test failed in inline ACL -processing "accept" +processing "accept" (TESTSUITE/test-config 35) accept: condition test succeeded in inline ACL end of inline ACL: ACCEPT SMTP>> 250 Accepted |