summaryrefslogtreecommitdiff
path: root/doc/doc-txt/NewStuff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2012-06-10 17:53:01 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2012-06-10 17:53:01 +0100
commit042eb971b8c1af6d257f207d453b30afeed529b8 (patch)
treedb0d7d4b97a26e1a22fb0d14bb6e6dad8c8c5eda /doc/doc-txt/NewStuff
parentc9bd3bb9483e076d952cd684c7cc516ae6407ff2 (diff)
Add ${list:name} and ${nlist:string} expansion operators.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r--doc/doc-txt/NewStuff4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index aae58c631..64c1c14b7 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -70,7 +70,7 @@ Version 4.81
system not your own.
The Recieved-by: header on items delivered by cutthrough is generated
- early in of reception rather than at the end; this will affect any timestamp
+ early in reception rather than at the end; this will affect any timestamp
included. The log line showing delivery is recorded before that showing
reception; it uses a new ">>" tag instead of "=>".
@@ -84,6 +84,8 @@ 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.
Version 4.80
------------