DMARC: expand main-config options. Bug 3102
[exim.git] / test / scripts / 0000-Basic / 0002
index a90e7ee9c2a901b11dec392da59fb2c2b13a9653..6e0d6dce6c9e747fff8344f085b53768c337a0eb 100644 (file)
@@ -1090,7 +1090,7 @@ exim -d -bh V4NET.0.0.1
 ****
 exim -d -bh V4NET.0.0.2
 ****
 ****
 exim -d -bh V4NET.0.0.2
 ****
-# Test $reply_address
+# Test $reply_address, $connection_id
 exim -bh V4NET.0.0.0
 helo test
 mail from:<>
 exim -bh V4NET.0.0.0
 helo test
 mail from:<>
@@ -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
 ${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}}'
 ****
 ****