From 36b600bb776d082be8cdd15c18daed3c29cfda7f Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 22 Mar 2020 00:55:59 +0000 Subject: Taint: fix dsearch result to be untainted --- test/confs/0153 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'test/confs') diff --git a/test/confs/0153 b/test/confs/0153 index 35a004a45..24f499b41 100644 --- a/test/confs/0153 +++ b/test/confs/0153 @@ -13,10 +13,9 @@ 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 = ${lookup {TESTNUM.alias.${extract {1}{.}{$domain}}} \ + dsearch{DIR/aux-fixed} {$value}fail} + data = ${lookup{$local_part}lsearch{DIR/aux-fixed/$address_data}} no_more list: -- cgit v1.2.3