diff options
Diffstat (limited to 'test/confs/0284')
-rw-r--r-- | test/confs/0284 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/confs/0284 b/test/confs/0284 index 98f5660b7..8c76179a7 100644 --- a/test/confs/0284 +++ b/test/confs/0284 @@ -35,14 +35,16 @@ t1: t2: driver = appendfile batch_max = 100 - file = DIR/test-mail/${bless:$local_part} + file = DIR/test-mail/$local_part + create_file = DIR/test-mail envelope_to_add user = CALLER t3: driver = appendfile batch_max = 100 - file = DIR/test-mail/${bless:$domain} + file = DIR/test-mail/$domain + create_file = DIR/test-mail envelope_to_add user = CALLER |