diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-04-14 22:21:05 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-04-14 22:23:05 +0100 |
commit | 5cd1d1356732d96d49a1f7c682d1b8a33b2576f9 (patch) | |
tree | 765e3ce4b5bbfe789285602673b3f9ee7e04b3d0 /test/stderr/0023 | |
parent | 3f06b9b4c7244b169d50bce216c1f54b4dfe7efb (diff) |
taint: allow appendfile create_file option to specify a de-tainting safe path
Diffstat (limited to 'test/stderr/0023')
-rw-r--r-- | test/stderr/0023 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/stderr/0023 b/test/stderr/0023 index ddf364bcb..441422371 100644 --- a/test/stderr/0023 +++ b/test/stderr/0023 @@ -603,7 +603,7 @@ LOG: H=[8.8.8.8] F=<x@y> temporarily rejected RCPT <x@y>: ACL nested too deep: p >>> processing "accept" (TESTSUITE/test-config 85) >>> check acl = TESTSUITE/aux-fixed/0023.acl1 >>> read ACL from file TESTSUITE/aux-fixed/0023.acl1 ->>> processing "accept" (TESTSUITE/test-config 271) +>>> processing "accept" (TESTSUITE/test-config 272) >>> check domains = y >>> y in "y"? yes (matched "y") >>> check local_parts = x @@ -616,7 +616,7 @@ LOG: H=[8.8.8.8] F=<x@y> temporarily rejected RCPT <x@y>: ACL nested too deep: p >>> processing "accept" (TESTSUITE/test-config 85) >>> check acl = TESTSUITE/aux-fixed/0023.acl1 >>> using ACL "TESTSUITE/aux-fixed/0023.acl1" ->>> processing "accept" (TESTSUITE/test-config 271) +>>> processing "accept" (TESTSUITE/test-config 272) >>> check domains = y >>> y in "y"? yes (matched "y") >>> check local_parts = x @@ -630,7 +630,7 @@ LOG: H=[5.6.13.1] F=<x@y> rejected RCPT <x1@y> >>> processing "accept" (TESTSUITE/test-config 85) >>> check acl = TESTSUITE/aux-fixed/0023.acl1 >>> using ACL "TESTSUITE/aux-fixed/0023.acl1" ->>> processing "accept" (TESTSUITE/test-config 271) +>>> processing "accept" (TESTSUITE/test-config 272) >>> check domains = y >>> y in "y"? yes (matched "y") >>> check local_parts = x @@ -1344,7 +1344,7 @@ LOG: H=[44.44.44.1] Warning: ACL "warn" statement skipped: condition test deferr >>> processing "accept" (TESTSUITE/test-config 226) >>> check !acl = TESTSUITE/aux-fixed/0023.acl2 >>> read ACL from file TESTSUITE/aux-fixed/0023.acl2 ->>> processing "accept" (TESTSUITE/test-config 271) +>>> processing "accept" (TESTSUITE/test-config 272) >>> check domains = b >>> y in "b"? no (end of list) >>> accept: condition test failed in ACL "TESTSUITE/aux-fixed/0023.acl2" @@ -1355,7 +1355,7 @@ LOG: H=[44.44.44.1] Warning: ACL "warn" statement skipped: condition test deferr >>> processing "accept" (TESTSUITE/test-config 226) >>> check !acl = TESTSUITE/aux-fixed/0023.acl2 >>> using ACL "TESTSUITE/aux-fixed/0023.acl2" ->>> processing "accept" (TESTSUITE/test-config 271) +>>> processing "accept" (TESTSUITE/test-config 272) >>> check domains = b >>> b in "b"? yes (matched "b") >>> check local_parts = a |