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/0153 | |
parent | 82fecf8fd8f749abfc538a06d9eefc7119e014ae (diff) |
Testsuite: tidying
Diffstat (limited to 'test/confs/0153')
-rw-r--r-- | test/confs/0153 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/test/confs/0153 b/test/confs/0153 index 35a004a45..60a9cb9a5 100644 --- a/test/confs/0153 +++ b/test/confs/0153 @@ -13,17 +13,14 @@ begin routers virtual: driver = redirect domains = *.virt.test.ex - address_data = ${if match{$domain}{^(.*)\\.virt\\.test\\.ex\$}{${bless:$1}}} - data = ${if exists{DIR/aux-fixed/TESTNUM.alias.$address_data} \ - {${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.alias.$address_data}}} \ - fail} + data = ${lookup {$local_part} lsearch \ + {${lookup {TESTNUM.alias.$1} dsearch,ret=full {DIR/aux-fixed} {$value}fail}}} no_more list: driver = redirect domains = list.test.ex - file = ${if exists{DIR/aux-fixed/TESTNUM.list.${bless:$local_part}} \ - {DIR/aux-fixed/TESTNUM.list.${bless:$local_part}}fail} + file = ${lookup {TESTNUM.list.$local_part} dsearch,ret=full {DIR/aux-fixed} {$value}fail} no_more real: |