Steve Ingraham wrote:
I have already decreased the Bayes_50_Body rule from 5.0 to 2.5. I
don't want to decrease the scores with every Bayes rule because I
think
I will start seeing some true spam delivered because it did not score
high.
Any ideas?
Daryl wrote:
Don't screw with the bayes scoring that drastically? 5.0, even 2.5, for
BAYES_50 is a little excessive considering that it basically means bayes
has no idea if the message is ham or spam.
These are the default 3.1 scores:
score BAYES_00 0.0001 0.0001 -2.312 -2.599
score BAYES_05 0.0001 0.0001 -1.110 -1.110
score BAYES_20 0.0001 0.0001 -0.740 -0.740
score BAYES_40 0.0001 0.0001 -0.185 -0.185
score BAYES_50 0.0001 0.0001 0.001 0.001
score BAYES_60 0.0001 0.0001 1.0 1.0
score BAYES_80 0.0001 0.0001 2.0 2.0
score BAYES_95 0.0001 0.0001 3.0 3.0
score BAYES_99 0.0001 0.0001 3.5 3.5
___________________________________
My changes were done in the local.cf file so I am not familiar with the
scores you show above. Can you tell me what all the various columns of
numbers mean above? My BAYES_50 score was 5.0 in local.cf so what does
the above mean. I do not see anything that would reflect that BAYES_50
had a default score of 5.0.
Steve
The scores I quoted are, like I said, the defaults for 3.1. Whatever
you have in your local.cf that isn't the same as the above are thus not
the defaults. 5.0 for BAYES_50 is certainly NOT the default.
The four scores for each rule above are the scores for each of the four
score sets, 0-3 from left to right.
Daryl