From f3ebb786e451da973560f1c9d8cdb151d25108b5 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 25 Jul 2019 12:06:07 +0100 Subject: Track tainted data and refuse to expand it --- test/confs/0610 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'test/confs/0610') diff --git a/test/confs/0610 b/test/confs/0610 index 0567d8aaf..49778352f 100644 --- a/test/confs/0610 +++ b/test/confs/0610 @@ -28,9 +28,15 @@ conn_chk: begin routers -client: +r1: driver = accept - transport = $sender_address_local_part + condition = ${if eq {t1}{$sender_address_local_part}} + transport = t1 + +r2: + driver = accept + condition = ${if eq {t2}{$sender_address_local_part}} + transport = t2 # ----- Transports ----- -- cgit v1.2.3