aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-01-21 14:33:31 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-01-21 14:33:31 +0000
commit6460de7d7ac87145594f28a416f926f830df9b8c (patch)
treed9717482fde11f1fbab1e8d9aaf39805c205fef2 /doc
parent1e1e0552e60b1ebbcefeb6f90335643fc5f3d1b5 (diff)
downloadmailfromd-6460de7d7ac87145594f28a416f926f830df9b8c.tar.gz
mailfromd-6460de7d7ac87145594f28a416f926f830df9b8c.tar.bz2
* src/symtab.c: Ported r1584 from branches/gmach.
* NEWS: Update. * doc/mailfromd.texi: Updated. * configure.ac: Version 4.3 (preparing for the release). git-svn-id: file:///svnroot/mailfromd/trunk@1585 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'doc')
-rw-r--r--doc/mailfromd.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/mailfromd.texi b/doc/mailfromd.texi
index 6db9fd78..78ef7877 100644
--- a/doc/mailfromd.texi
+++ b/doc/mailfromd.texi
@@ -5171,8 +5171,8 @@ statements, declared in @samp{begin} blocks (see example below).
@cindex @samp{begin} and @code{delete}
@cindex @code{delete} in @samp{end}
@cindex @samp{end} and @code{delete}
-@item Header manipulation actions (@pxref{header manipulation}) can be
-used only in @samp{begin} header.
+@item Header manipulation actions (@pxref{header manipulation}) cannot
+be used in @samp{end} headers.
@end enumerate
The @samp{begin} handlers are the usual place to put global
@@ -6509,7 +6509,7 @@ the return status of the command otherwise.
@UNREVISED{}
@samp{Sieve} is a powerful mail filtering language, defined in
@acronym{RFC} 3028. @command{Mailfromd} supports an extended form
-of this language. For description of the language and available
+of this language. For a description of the language and available
extensions, @xref{Sieve Language, Sieve Language, Sieve Language,
mailutils, GNU Mailutils Manual}.
@@ -6589,7 +6589,7 @@ do
fi
if %level > 20
set flags %flags | MF_SIEVE_DEBUG_PROT
- fi
+ fi
if not sieve("/etc/mail/filter.siv", %flags)
discard

Return to:

Send suggestions and report system problems to the System administrator.