Bug 2391 - auto_learn thresholds not updated in documentation
Summary: auto_learn thresholds not updated in documentation
Status: RESOLVED DUPLICATE of bug 2400
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Documentation (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: Other other
: P5 major
Target Milestone: 2.60
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-31 18:33 UTC by Simon Byrnand
Modified: 2003-09-02 09:27 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Byrnand 2003-08-31 18:33:50 UTC
As of 2.60-rc3 the documentation in man Mail::SpamAssassin::Conf still refers 
to the old auto_learn_ham and auto_learn_spam thresholds.

The following files in the source distribution still refer to the old scores 
of -2 and 15:

egrep -r auto_learn * | egrep "(-2|15)"
blib/lib/Mail/SpamAssassin/Conf.pm:  $self->
{bayes_auto_learn_threshold_nonspam} = -2.0;
blib/lib/Mail/SpamAssassin/Conf.pm:  $self->{bayes_auto_learn_threshold_spam} = 
15.0;
blib/lib/Mail/SpamAssassin/Conf.pm:=item bayes_auto_learn_threshold_nonspam 
n.nn        (default -2.0)
blib/lib/Mail/SpamAssassin/Conf.pm:=item bayes_auto_learn_threshold_spam n.nn   
(default 15.0)
blib/man3/Mail::SpamAssassin::Conf.3:.IP "bayes_auto_learn_threshold_nonspam 
n.nn       (default \-2.0)" 4
blib/man3/Mail::SpamAssassin::Conf.3:.IX 
Item "bayes_auto_learn_threshold_nonspam n.nn  (default -2.0)"
blib/man3/Mail::SpamAssassin::Conf.3:.IP "bayes_auto_learn_threshold_spam n.nn  
(default 15.0)" 4
blib/man3/Mail::SpamAssassin::Conf.3:.IX Item "bayes_auto_learn_threshold_spam 
n.nn     (default 15.0)"
lib/Mail/SpamAssassin/Conf.pm:  $self->{bayes_auto_learn_threshold_nonspam} = -
2.0;
lib/Mail/SpamAssassin/Conf.pm:  $self->{bayes_auto_learn_threshold_spam} = 15.0;
lib/Mail/SpamAssassin/Conf.pm:=item bayes_auto_learn_threshold_nonspam n.nn     
(default -2.0)
lib/Mail/SpamAssassin/Conf.pm:=item bayes_auto_learn_threshold_spam n.nn        
(default 15.0)
Comment 1 Daniel Quinlan 2003-09-02 17:27:16 UTC
duplicate of later bug (sorry, already attached fix there)


*** This bug has been marked as a duplicate of 2400 ***