summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-10-23 12:42:08 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-10-23 12:42:08 +0000
commit7cc7c42fc2fba3e9113438320ea4d78041ec44d7 (patch)
tree1054362ee53d5d4cfbcbd006ba8e7d1040237868 /NEWS
parent23160352349d746d85724d3884443b845318f2bb (diff)
downloadmailutils-7cc7c42fc2fba3e9113438320ea4d78041ec44d7.tar.gz
mailutils-7cc7c42fc2fba3e9113438320ea4d78041ec44d7.tar.bz2
Sieve: "stdin" working mode.
* sieve/sieve.c: New working mode: if `-f -' is given, treat stdin as an RFC2822 message, apply the script to it and exit with 1 if the message gets deleted, 0 if it is not and EX_SOFTWARE on software errors. In traditional mode, exit with standard sysexit codes. * testsuite/sieve/i-numeric.exp: Reflect changes in sieve. * NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 28509e05f..b478a1a80 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU mailutils NEWS -- history of user-visible changes. 2008-10-16
+GNU mailutils NEWS -- history of user-visible changes. 2008-10-23
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007,
2008 Free Software Foundation, Inc.
See the end of file for copying conditions.
@@ -474,6 +474,14 @@ from the available data.
New options `--bulletin-db' and `--bulletin-source' implement bulletin
facility.
+* The `sieve' utility.
+
+Exit codes conform to sysexits.h.
+
+New working mode: if `-f -' is given, treat stdin as an RFC2822
+message, apply the script to it and exit with 1 if the message gets
+deleted, 0 if it is not and EX_SOFTWARE on software errors.
+
* MH changes
** sortm uses stable sort algorithm.

Return to:

Send suggestions and report system problems to the System administrator.