You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by ms...@apache.org on 2004/09/10 21:45:13 UTC

svn commit: rev 43686 - spamassassin/trunk/spamc

Author: mss
Date: Fri Sep 10 12:45:11 2004
New Revision: 43686

Modified:
   spamassassin/trunk/spamc/spamc.pod
Log:
Sort OPTIONS alphabetically.


Modified: spamassassin/trunk/spamc/spamc.pod
==============================================================================
--- spamassassin/trunk/spamc/spamc.pod	(original)
+++ spamassassin/trunk/spamc/spamc.pod	Fri Sep 10 12:45:11 2004
@@ -41,11 +41,6 @@
 Combining B<-c> and B<-E> is a no-op, since B<-c> implies the behaviour
 of B<-E>.
 
-=item B<-E>
-
-Filter according to the other options, but set the process exitcode to 1 if
-message is spam, 0 if not spam or processing failure occurs.
-
 =item B<-d> I<host>
 
 In TCP/IP mode, connect to spamd server on given host (default: localhost). 
@@ -64,6 +59,11 @@
 
 This option is not supported on Win32 platforms.
 
+=item B<-E>
+
+Filter according to the other options, but set the process exitcode to 1 if
+message is spam, 0 if not spam or processing failure occurs.
+
 =item B<-h>
 
 Print this help message and terminate without action.
@@ -74,6 +74,10 @@
 lookup (when more than one IP is returned). This provides for a kind of
 hostname-base load balancing.
 
+=item B<-l>
+
+Send log messages to stderr, instead of to the syslog.
+
 =item B<-p> I<port>
 
 In TCP/IP mode, connect to spamd server listening on given port 
@@ -128,6 +132,14 @@
 
 This option is not supported on Win32 platforms.
 
+=item B<-V>
+
+Report the version of this C<spamc> client.  If built with SSL support,
+an additional line will be included noting this, like so:
+
+  SpamAssassin Client version 3.0.0-rc4
+    compiled with SSL support (OpenSSL 0.9.7d 17 Mar 2004)
+
 =item B<-x>
 
 Don't use the 'safe fallback' error-recovery method, which passes through the
@@ -151,26 +163,10 @@
     EX_NOPERM       77  permission denied
     EX_CONFIG       78  configuration error
 
-=item B<-f>
-
-This switch is obsolete, and is silently ignored for backwards compatibility.
-
 =item B<-y>
 
 Just output the names of the tests hit to stdout, on one line, separated
 by commas.
-
-=item B<-l>
-
-Send log messages to stderr, instead of to the syslog.
-
-=item B<-V>
-
-Report the version of this C<spamc> client.  If built with SSL support,
-an additional line will be included noting this, like so:
-
-  SpamAssassin Client version 3.0.0-pre2-r22977
-    compiled with SSL support (OpenSSL 0.9.7d 17 Mar 2004)
 
 =back