However, if you've blown away your Bayes db, you should be seeing nspam=0 and nham=0 (or at least low numbers). I believe you may SpamAssassin running as a different user and are not blowing away the right files.
- dan -- Dan Kohn <mailto:[EMAIL PROTECTED]> <http://www.dankohn.com/> <tel:+1-650-327-2600> -----Original Message----- From: List [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 04:57 To: SpamAssassin list Subject: Re: Bayes_99 > List wrote: > >> I did a spamassassin -D --lint and notice an error:- >> >> debug: bayes corpus size: nspam = 230, nham = 397 >> debug: tokenize: header tokens for *F = "U*ignore >> D*compiling.spamassassin.taint.org D*spamassassin.taint.org >> D*taint.org D*org" >> debug: tokenize: header tokens for *m = " 1112781784 lint_rules " >> debug: tokenize: header tokens for *RT = " " >> debug: tokenize: header tokens for *RU = " " >> debug: cannot use bayes on this message; not enough usable tokens found >> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >> >> Is this message critical? Anyway to fix this? >> > This is a normal debug message to say that the email being scanned does > not have enough tokens (ie. words) that Bayes has seen before and > therefore Bayes has no means of telling whether the email is spam or > ham. This is quite normal when starting with a new Bayes database > since it will take a while until the database is populated with enough > tokens to use when judging emails. Thanks alot, to Dan and Kevin