[cvs] bogofilter/src score.c,1.44,1.45

David Relson relson at osagesoftware.com
Mon Jan 17 02:03:02 CET 2005


On Mon, 17 Jan 2005 01:02:31 +0100
Matthias Andree wrote:

> relson at users.sourceforge.net writes:
> 
> > Update of /cvsroot/bogofilter/bogofilter/src
> > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8848
> >
> > Modified Files:
> > 	score.c 
> > Log Message:
> > Revert change because if affects bogotune.
> 
> Then fix bogotune, not score.c.
> 
> If a regular token has good AND bad counts of 0 at the same time, the
> token can be deleted from the database.

Matthias,

A token that's never been seen has good and bad counts of 0.  It's score
will be robx, since that's what robx is for.

Tokens in message count files have the proper counts.  When using a
message count file, it's a mistake to look for the token in the database.  

The msg_count_file check has been in score.c for a year and was removed
just recently.  That removal has affected bogotune, hence it has been
reverted.

David



More information about the bogofilter-dev mailing list