Taint: reject tainted list-separator change
[exim.git] / test / scripts / 0000-Basic / 0002
index 0ed3e0dffa674c7da4d96a6f65f4822190949044..6e0d6dce6c9e747fff8344f085b53768c337a0eb 100644 (file)
@@ -1153,6 +1153,7 @@ ${if inlist{aa}{aa} {in list}{not in list}}
 ${if !inlist{aa}{aa} {not in list}{in list}}
 ****
 # listextract from tainted list
-exim -be -oMs my.target.host.name
-'\${listextract {2} {<. $sender_host_name}}'  =>   '${listextract {2} {<. $sender_host_name}}'
+exim -d-all+expand -be
+set,t acl_m0 = my:target:string:list
+'\${listextract {2} {$acl_m0}}'  =>   '${listextract {2} {$acl_m0}}'
 ****