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

Reply via email to