From 9c43aff91481faddf4ca3763657d3ae2a63acb65 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 12 Jan 2020 00:14:27 +0000 Subject: Testsuite: taint-enforcement issues --- test/confs/0153 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/confs') diff --git a/test/confs/0153 b/test/confs/0153 index d70a38e7b..35a004a45 100644 --- a/test/confs/0153 +++ b/test/confs/0153 @@ -13,7 +13,7 @@ begin routers virtual: driver = redirect domains = *.virt.test.ex - address_data = ${if match{$domain}{^(.*)\\.virt\\.test\\.ex\$}{$1}} + 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} -- cgit v1.2.3