X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4fab92fbc2b63bac2d89c1dae69fa1845cb640b7..4e9ed49f8f12eb331b29bd5b6dc3693c520fddc2:/test/confs/0266 diff --git a/test/confs/0266 b/test/confs/0266 index d1e944dc2..2f6cece91 100644 --- a/test/confs/0266 +++ b/test/confs/0266 @@ -16,6 +16,7 @@ begin transports t1: driver = appendfile file = DIR/test-mail/$local_part + create_file = DIR/test-mail user = CALLER envelope_to_add return_path_add @@ -29,14 +30,14 @@ r1: skip_syntax_errors local_parts = ^list syntax_errors_to = postmaster@test.ex - file = DIR/aux-fixed/TESTNUM.$local_part + file = ${lookup {TESTNUM.$local_part} dsearch,ret=full {DIR/aux-fixed} {$value}fail} r1a: driver = redirect skip_syntax_errors local_parts = ^nmlist syntax_errors_to = postmaster@test.ex - file = DIR/aux-fixed/TESTNUM.$local_part + file = ${lookup {TESTNUM.$local_part} dsearch,ret=full {DIR/aux-fixed} {$value}fail} no_more r2: @@ -46,7 +47,7 @@ r2: syntax_errors_to = postmaster@test.ex syntax_errors_text = "There's an error in your filter file.\n\ The file has been ignored." - file = DIR/aux-fixed/TESTNUM.$local_part + file = ${lookup {TESTNUM.$local_part} dsearch,ret=full {DIR/aux-fixed} {$value}fail} allow_filter router_home_directory = DIR user = CALLER