Re: Not just use_bayes_rules 0

2006-06-26 Thread Theo Van Dinter
On Mon, Jun 26, 2006 at 11:22:20AM -0700, Bart Schaefer wrote:
> No one has any comments at all?
> 
> -- Forwarded message --
> I just tried
> 
> use_bayes 1
> use_bayes_rules 0
> 
> The effect of this seems to be that NONE of the rules are applied,
> except whitelist_from and blacklist_from.  I had assumed it would just
> turn off the BAYES_* rules, as if they had all been given zero scores.

That's what it's supposed to do, yes.  

> Under what circumstances would one want to disable ALL the rules while
> still leaving auto- learning enabled?  What good could possibly come
> of it?

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=3064

-- 
Randomly Generated Tagline:
"Stupid people shouldn't breed." - From ER


pgp4KKLIu0SWV.pgp
Description: PGP signature


Re: Not just use_bayes_rules 0

2006-06-26 Thread Bart Schaefer

No one has any comments at all?

-- Forwarded message --
From: Bart Schaefer <[EMAIL PROTECTED]>
Date: Jun 23, 2006 10:49 PM
Subject: Not just use_bayes_rules 0
To: Spamassassin Users List 

I want to make sure I'm not misinterpreting something else before I
report this as a bug.

I just tried

use_bayes 1
use_bayes_rules 0

The effect of this seems to be that NONE of the rules are applied,
except whitelist_from and blacklist_from.  I had assumed it would just
turn off the BAYES_* rules, as if they had all been given zero scores.

  use_bayes_rules ( 0 | 1 )  (default: 1)
  Whether to use rules using the naive-Bayesian-style classifier
  built into SpamAssassin.  This allows you to disable the rules
  while leaving auto and manual learning enabled.

Under what circumstances would one want to disable ALL the rules while
still leaving auto- learning enabled?  What good could possibly come
of it?


Not just use_bayes_rules 0

2006-06-23 Thread Bart Schaefer

I want to make sure I'm not misinterpreting something else before I
report this as a bug.

I just tried

use_bayes 1
use_bayes_rules 0

The effect of this seems to be that NONE of the rules are applied,
except whitelist_from and blacklist_from.  I had assumed it would just
turn off the BAYES_* rules, as if they had all been given zero scores.

  use_bayes_rules ( 0 | 1 )  (default: 1)
  Whether to use rules using the naive-Bayesian-style classifier
  built into SpamAssassin.  This allows you to disable the rules
  while leaving auto and manual learning enabled.

Under what circumstances would one want to disable ALL the rules while
still leaving auto- learning enabled?  What good could possibly come
of it?