http://bugzilla.spamassassin.org/show_bug.cgi?id=3064
------- Additional Comments From [EMAIL PROTECTED] 2004-03-01 10:49 -------
Subject: Re: sa-learn should ignore "use_bayes 0" setting
On Mon, Mar 01, 2004 at 10:40:42AM -0800, [EMAIL PROTECTED] wrote:
> I'd prefer sa-learn to die with an appropriate message if use_bayes is 0.
It already does, BTW: (from CmdLearn)
if ( !$spamtest->{conf}->{use_bayes} ) {
warn "ERROR: configuration specifies 'use_bayes 0', sa-learn disabled\n";
return 1;
}
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.