diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-11 21:46:43 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-11 21:46:43 +0000 |
commit | 0d2e392e281e96d9f9f2f3dd438affe3f2563c57 (patch) | |
tree | d04bae31cf278833de01217f6627f1b8b470ac6c /test/confs/5050 | |
parent | 8280aa0c334a7ce06c55df35d9da7a99f79c3568 (diff) |
appendfile: taint-enforce file & directory options
testsuite: bless facility
Diffstat (limited to 'test/confs/5050')
-rw-r--r-- | test/confs/5050 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/confs/5050 b/test/confs/5050 index 4258a727f..af6220121 100644 --- a/test/confs/5050 +++ b/test/confs/5050 @@ -32,7 +32,7 @@ local_delivery: driver = appendfile delivery_date_add envelope_to_add - file = DIR/test-mail/$local_part + file = DIR/test-mail/${bless:$local_part} file_format = "From : local_delivery :\ *mbx*\r\n : mbx_local_delivery :\ tpmissing : tpmissing" @@ -45,7 +45,7 @@ bsmtp_local_delivery: use_bsmtp delivery_date_add envelope_to_add - file = DIR/test-mail/$local_part + file = DIR/test-mail/${bless:$local_part} return_path_add user = CALLER @@ -54,7 +54,7 @@ mbx_local_delivery: check_string = delivery_date_add envelope_to_add - file = DIR/test-mail/$local_part + file = DIR/test-mail/${bless:$local_part} mbx_format message_prefix = return_path_add |