aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c3868f53..bfc57a75 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,31 @@
-Mailfromd NEWS -- history of user-visible changes. 2007-10-23
+Mailfromd NEWS -- history of user-visible changes. 2007-11-21
Copyright (C) 2005, 2006, 2007 Sergey Poznyakoff
See the end of file for copying conditions.
Please send mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
+Version 4.2.90 (SVN)
+
+* write built-in
+
+The `write' built-in function takes an optional third argument,
+specifying the number of bytes to write. This form is particualry
+useful in `body' handler for writing $1, because it is not null-
+terminated, e.g.:
+
+prog body
+do
+ write(fd, $1, $2)
+ ...
+done
+
+* sieve
+
+New built-in function `sieve' provides an interface to Sieve
+interpreter.
+
+
Version 4.2, 2007-10-23
* Licensed under the GPLv3

Return to:

Send suggestions and report system problems to the System administrator.