diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-04-25 17:24:31 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-04-25 21:45:02 +0100 |
commit | b3ce3e5440ea0ce5e3580aa9a0fa18c88214a286 (patch) | |
tree | 47d4585a8d181a67109423f8a0e08467341b3689 /test/confs/0306 | |
parent | 82fecf8fd8f749abfc538a06d9eefc7119e014ae (diff) |
Testsuite: tidying
Diffstat (limited to 'test/confs/0306')
-rw-r--r-- | test/confs/0306 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test/confs/0306 b/test/confs/0306 index c346012df..ec18055ad 100644 --- a/test/confs/0306 +++ b/test/confs/0306 @@ -27,14 +27,15 @@ r1: driver = redirect domains = lists.test.ex local_part_suffix = -request - file = DIR/aux-fixed/TESTNUM/${bless:$local_part$local_part_suffix} + file = ${lookup {$local_part$local_part_suffix} dsearch,ret=full {DIR/aux-fixed/TESTNUM} {$value}fail} r2: driver = redirect domains = lists.test.ex - senders = ${if exists {DIR/aux-fixed/TESTNUM/$local_part}\ - {lsearch;${bless:DIR/aux-fixed/TESTNUM/$local_part}}{*}} - file = DIR/aux-fixed/TESTNUM/${bless:$local_part} + senders = ${if exists {DIR/aux-fixed/TESTNUM/$local_part} \ + {lsearch;${lookup {$local_part} dsearch,ret=full {DIR/aux-fixed/TESTNUM}}} \ + {*}} + file = ${lookup {$local_part} dsearch,ret=full {DIR/aux-fixed/TESTNUM} {$value}fail} forbid_pipe forbid_file one_time |