X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/0d2e392e281e96d9f9f2f3dd438affe3f2563c57..dd9ac646fe6c458b02f19e58981a1344fe2a5c19:/test/confs/0428 diff --git a/test/confs/0428 b/test/confs/0428 index b0bcb6548..bb2c414fe 100644 --- a/test/confs/0428 +++ b/test/confs/0428 @@ -151,12 +151,13 @@ begin transports t1: driver = appendfile file = ${if eq{$address_file}{inbox} \ - {DIR/test-mail/${bless:$local_part}} \ + {DIR/test-mail/$local_part} \ {${if eq{${substr_0_1:$address_file}}{/} \ {$address_file} \ {DIR/test-mail/$address_file} \ }} \ } + create_file = DIR/test-mail delivery_date_add envelope_to_add return_path_add @@ -164,7 +165,8 @@ t1: t2: driver = appendfile - file = DIR/test-mail/${bless:$local_part} + file = DIR/test-mail/$local_part + create_file = DIR/test-mail delivery_date_add envelope_to_add return_path_add