Add ${acl {name}{arg}} expansion item.
[users/jgh/exim.git] / doc / doc-txt / NewStuff
index 64c1c14b7478644f4378b8d833cc14afac2a5eaa..b13a5a0f2061682238e5a818a26cf99f7415835a 100644 (file)
@@ -84,8 +84,12 @@ Version 4.81
 
     Not yet supported: IGNOREQUOTA, SIZE, PIPELINING, AUTH.
 
- 8. New expansion operators ${list:name} to get the content of a named list
-    and ${nlist:string} to count the items in a list.
+ 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}{argument}} to call an ACL.  The argument can
+    be accessed by the ACL in $address_data.  The expansion result is set by
+    a "message =" modifier and an "accept" return from the ACL.
 
 Version 4.80
 ------------