aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-11-21 18:11:59 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-11-21 18:11:59 +0000
commit1bbc73988e4669ad338c9434ebefcc80e08a69a5 (patch)
tree3adcfe8a9a39f900889ebd7723d8b280c842a06c /NEWS
parenta54d77908064d87a7e9439445baff7dfa17b1e79 (diff)
downloadmailfromd-1bbc73988e4669ad338c9434ebefcc80e08a69a5.tar.gz
mailfromd-1bbc73988e4669ad338c9434ebefcc80e08a69a5.tar.bz2
* src/bi_io.m4 (write): Implement optional third argument.
* src/bi_sieve.m4: New file. * src/mailfromd.h (vlogmsg): New proto. * src/main.c (capa): Request "common" capability. (main): Register all mailbox formats (needed for sieve). * src/Makefile.am (M4_FILES): Add bi_sieve.m4 * src/mtasim.c (process_header): chop trailing newline. * mflib/sieve.mfh: New file. * mflib/Makefile.am (inc_DATA): Add sieve.mfh. * configure.ac: Set patchlevel 90. (AM_GNU_MAILUTILS): Request 'all' and 'sieve' link flags. * doc/mailfromd.texi: Document 3rd argument of write. * NEWS: Update. git-svn-id: file:///svnroot/mailfromd/trunk@1530 7a8a7f39-df28-0410-adc6-e0d955640f24
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,2 +1,2 @@
-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
@@ -7,2 +7,23 @@ 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

Return to:

Send suggestions and report system problems to the System administrator.