You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2005/06/02 00:06:13 UTC

svn commit: r179430 - /spamassassin/branches/3.0/spamd/spamd.raw

Author: felicity
Date: Wed Jun  1 15:06:13 2005
New Revision: 179430

URL: http://svn.apache.org/viewcvs?rev=179430&view=rev
Log:
bug 4377: spamd POD referred to -a option which no longer exists

Modified:
    spamassassin/branches/3.0/spamd/spamd.raw

Modified: spamassassin/branches/3.0/spamd/spamd.raw
URL: http://svn.apache.org/viewcvs/spamassassin/branches/3.0/spamd/spamd.raw?rev=179430&r1=179429&r2=179430&view=diff
==============================================================================
--- spamassassin/branches/3.0/spamd/spamd.raw (original)
+++ spamassassin/branches/3.0/spamd/spamd.raw Wed Jun  1 15:06:13 2005
@@ -1926,7 +1926,7 @@
                                     enables use of -H)
  --ldap-config                      Enable LDAP config (only useful with -x)
  --setuid-with-ldap                 Enable LDAP config (only useful with -x,
-                                    enables use of -a and -H)
+                                    enables use of -H)
  --virtual-config-dir=dir           Enable pattern based Virtual configs
                                     (needs -x)
  -r pidfile, --pidfile              Write the process id to pidfile
@@ -2038,7 +2038,7 @@
 Turn on SQL lookups even when per-user config files have been disabled
 with B<-x> and also setuid to the user.  This is useful for spamd hosts
 which want to load user preferences from an SQL database but also wish to
-support the use of B<-a> (AWL) and B<-H> (Helper home directories.)
+support the use of the auto-whitelist and B<-H> (Helper home directories.)
 
 =item B<--setuid-with-ldap>