summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-01-12 00:14:27 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-01-12 00:14:27 +0000
commit9c43aff91481faddf4ca3763657d3ae2a63acb65 (patch)
tree326b26cf54bc573463dfb226790f4d97527ec135 /test/confs
parentc4141216b51b0dce51504479342d2bfc8a83dfad (diff)
Testsuite: taint-enforcement issues
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/01532
1 files changed, 1 insertions, 1 deletions
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}