Re-fix live variable $value free. The inital fix resulted in $value from ${run....
[exim.git] / test / confs / 0027
index c2d0f01be93a7044f22a2872f452968aef721813..6c5120d8e9853e3c380c14ad8c5a447e9ef29dd0 100644 (file)
@@ -39,7 +39,7 @@ data3:
 acl_rcpt:
   warn  set acl_m_1 = ${acl {data}}
   accept endpass
-         acl = ${bless:${tr{$local_part}{:}{\n}}}
+         acl = ${tr{$local_part}{:}{\n}}
   deny   message = this message should not occur
 
 
@@ -70,7 +70,8 @@ dev_null:
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/${bless:$local_part}
+  file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # End