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 2005/02/15 08:32:04 UTC

svn commit: r153906 - spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm

Author: quinlan
Date: Mon Feb 14 23:32:02 2005
New Revision: 153906

URL: http://svn.apache.org/viewcvs?view=rev&rev=153906
Log:
make option documentation more consistent

Modified:
    spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm?view=diff&r1=153905&r2=153906
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm Mon Feb 14 23:32:02 2005
@@ -717,7 +717,7 @@
     }
   });
 
-=item report_safe { 0 | 1 | 2 }	(default: 1)
+=item report_safe ( 0 | 1 | 2 )	(default: 1)
 
 if this option is set to 1, if an incoming message is tagged as spam,
 instead of modifying the original message, SpamAssassin will create a
@@ -1119,7 +1119,7 @@
     }
   });
 
-=item skip_rbl_checks { 0 | 1 }   (default: 0)
+=item skip_rbl_checks ( 0 | 1 )   (default: 0)
 
 By default, SpamAssassin will run RBL checks.  If your ISP already does this
 for you, set this to 1.
@@ -1499,7 +1499,7 @@
     }
   });
 
-=item fold_headers { 0 | 1 }        (default: 1)
+=item fold_headers ( 0 | 1 )        (default: 1)
 
 By default,  headers added by SpamAssassin will be whitespace folded.
 In other words, they will be broken up into multiple lines instead of
@@ -1721,7 +1721,7 @@
 
 =over 4
 
-=item allow_user_rules { 0 | 1 }		(default: 0)
+=item allow_user_rules ( 0 | 1 )		(default: 0)
 
 This setting allows users to create rules (and only rules) in their
 C<user_prefs> files for use with C<spamd>. It defaults to off, because
@@ -2376,7 +2376,7 @@
     type => $CONF_TYPE_STRING
   });
 
-=item bayes_sql_username_authorized (0 | 1)  (default: 0)
+=item bayes_sql_username_authorized ( 0 | 1 )  (default: 0)
 
 Whether to call the services_authorized_for_username plugin hook in BayesSQL.
 If the hook does not determine that the user is allowed to use bayes or is