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 2004/10/12 04:53:38 UTC

svn commit: rev 54648 - spamassassin/trunk/lib/Mail/SpamAssassin

Author: felicity
Date: Mon Oct 11 19:53:38 2004
New Revision: 54648

Modified:
   spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm
Log:
changing comment since it's IMO exactly what we don't want to do

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm	(original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm	Mon Oct 11 19:53:38 2004
@@ -3240,7 +3240,8 @@
   $self->{headers_ham}->{"Checker-Version"} =
                 $self->{headers_spam}->{"Checker-Version"};
 
-  # these are now unsettable by end-users; TODO: move out of Conf
+  # these should potentially be settable by end-users
+  # perhaps via plugin?
   $self->{num_check_received} = 9;
   $self->{bayes_expiry_pct} = 0.75;
   $self->{bayes_expiry_period} = 43200;