Mailing List Archive

svn commit: r169846 - /spamassassin/trunk/spamc/spamc.pod
Author: jm
Date: Thu May 12 09:51:37 2005
New Revision: 169846

URL: http://svn.apache.org/viewcvs?rev=169846&view=rev
Log:
remove reference to spamc.conf, add another doco note about newlines in the config file

Modified:
spamassassin/trunk/spamc/spamc.pod

Modified: spamassassin/trunk/spamc/spamc.pod
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/spamc/spamc.pod?rev=169846&r1=169845&r2=169846&view=diff
==============================================================================
--- spamassassin/trunk/spamc/spamc.pod (original)
+++ spamassassin/trunk/spamc/spamc.pod Thu May 12 09:51:37 2005
@@ -51,8 +51,6 @@
Whitespace and new lines delimit the options. Blank lines, and lines
beginning with a '#' are ignored.

-See F<spamc/spamc.conf> for a sample configuration file.
-
=over

=item B<-B>
@@ -205,8 +203,9 @@

The format of the file is similar to the SpamAssassin rules files; blank lines
and lines beginning with C<#> are ignored. Any space-separated words are
-considered additions to the command line, and are prepended. Existing command
-line switches will override any settings in the configuration file.
+considered additions to the command line, and are prepended. Newlines are
+treated as equivalent to spaces. Existing command line switches will override
+any settings in the configuration file.

If the B<-F> switch is specified, that file will be used. Otherwise,
C<spamc> will attempt to load defaults as follows.