aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-05-05 09:18:26 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-05-05 09:18:26 +0000
commitc999336a35270b773253680e84c7e234cca0b139 (patch)
tree234a92bc6368585fc3c4d7280b98a9494ee9b870
parent695812809f978f03c57343966d4f3d4ba74fbfc5 (diff)
downloadmailfromd-c999336a35270b773253680e84c7e234cca0b139.tar.gz
mailfromd-c999336a35270b773253680e84c7e234cca0b139.tar.bz2
Fix overfull boxes
git-svn-id: file:///svnroot/mailfromd/trunk@1410 7a8a7f39-df28-0410-adc6-e0d955640f24
-rw-r--r--doc/mailfromd.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/mailfromd.texi b/doc/mailfromd.texi
index cafacbef..c7d79b38 100644
--- a/doc/mailfromd.texi
+++ b/doc/mailfromd.texi
@@ -265,10 +265,10 @@ Command Line Options.
@command{Mailfromd} is a general-purpose mail filtering daemon
for @command{Sendmail}@footnote{See @uref{http://www.sendmail.org}}.
It is able to filter both incoming and outgoing messages using
-criteria of arbitrary complexity supplied by the administrator in the
-form of a script file, written in @dfn{mail filtering language}
-(@acronym{MFL}). The daemon interfaces with @command{Sendmail}
-using @command{Milter} protocol.
+criteria of arbitrary complexity. Such criteria are supplied by the
+administrator in the form of a script file, written in @dfn{mail
+filtering language} (@acronym{MFL}). The daemon interfaces with
+@command{Sendmail} using @command{Milter} protocol.
The program name -- @command{mailfromd} -- stems from the fact
that the original implementation was a simple filter implementing the
@@ -9365,8 +9365,8 @@ messages on each subprocess startup and termination, which look like
that:
@smallexample
-Apr 28 09:00:11 host mailfromd[9411]: connect from
- 192.168.10.1:50398
+Apr 28 09:00:11 host mailfromd[9411]: connect
+ from 192.168.10.1:50398
Apr 28 09:00:11 host mailfromd[9411]: finishing
connection
@end smallexample

Return to:

Send suggestions and report system problems to the System administrator.