You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by qu...@apache.org on 2004/09/11 09:12:23 UTC

svn commit: rev 45870 - spamassassin/trunk

Author: quinlan
Date: Sat Sep 11 00:12:22 2004
New Revision: 45870

Modified:
   spamassassin/trunk/spamassassin.raw
Log:
not quite maildir format, don't use wikipedia for our documentation in
a manual page, use C<> around uwashington URL


Modified: spamassassin/trunk/spamassassin.raw
==============================================================================
--- spamassassin/trunk/spamassassin.raw	(original)
+++ spamassassin/trunk/spamassassin.raw	Sat Sep 11 00:12:22 2004
@@ -510,9 +510,11 @@
 from specified files and maildir-formatted directories (I<path> ...)
 STDIN and files are assumed to be in I<file> format, with a single
 message per file.  Directories are assumed to be in I<maildir> format
-(http://en.wikipedia.org/wiki/Maildir), with the directories' files
-being a single message per file.  The options I<--mbox> and I<--mbx> can
-override the assumed format, see the appropriate OPTION information below.
+where each file in each directory contains only one message
+(directories are not recursed and filenames containing whitespace or
+beginning with "." or "," are skipped).  The options I<--mbox> and
+I<--mbx> can override the assumed format, see the appropriate OPTION
+information below.
 
 =head1 OPTIONS
 
@@ -681,13 +683,13 @@
 =item B<--mbox>
 
 Specify that the input message(s) are in mbox format.  mbox is a standard
-UNIX message folder format; see http://en.wikipedia.org/wiki/Mbox .
+Unix message folder format.
 
 =item B<--mbx>
 
 Specify that the input message(s) are in UW .mbx format.  mbx is
 the mailbox format used within the University of Washington's IMAP
-implementation; see http://www.washington.edu/imap/ .
+implementation; see C<http://www.washington.edu/imap/>.
 
 =back