diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-07 16:38:04 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-07 17:19:06 +0100 |
commit | 0006e6d8e151bb4b34452da30da60184736bb5ae (patch) | |
tree | cb4d945022114d96ca74e48636acd60e0735d3b4 /test/confs | |
parent | b16c9f8bdcfd4cce490af9e493489e128f5c8f52 (diff) |
Lookups: ret=key option
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0153 | 17 | ||||
l--------- | test/confs/0625 | 1 |
2 files changed, 12 insertions, 6 deletions
diff --git a/test/confs/0153 b/test/confs/0153 index 35a004a45..7b5f023b4 100644 --- a/test/confs/0153 +++ b/test/confs/0153 @@ -13,17 +13,22 @@ 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} +# address_data = ${if match{$domain}{^(.*)\\.virt\\.test\\.ex\$}{${bless:$1}}} + address_data = $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 {TESTNUM.alias.$address_data} dsearch,ret=full {DIR/aux-fixed} \ + {${lookup{$local_part}lsearch{$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 = ${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: diff --git a/test/confs/0625 b/test/confs/0625 new file mode 120000 index 000000000..f9ae37c6a --- /dev/null +++ b/test/confs/0625 @@ -0,0 +1 @@ +0624
\ No newline at end of file |