Use custom variables for ACL args, up to nine. Add an arg-count variable.
[exim.git] / doc / doc-txt / NewStuff
index 6d64faa00a9e084f07def4125751dccf300b695f..3c5c4913b63fa761565ca975418a5066adadde74 100644 (file)
@@ -87,6 +87,11 @@ Version 4.81
  8. New expansion operators ${listnamed:name} to get the content of a named list
     and ${listcount:string} to count the items in a list.
 
+ 9. New expansion item ${acl {name}{arg}...} to call an ACL.  The argument can
+    be accessed by the ACL in $acl_arg1 to $acl_arg9.  $acl_narg will be the
+    number of arguments. The expansion result is set by a "message =" modifier
+    and an "accept" return from the ACL.
+
 Version 4.80
 ------------