> I think its just a slightly confusing message.  If you run:
> sa-learn -u [EMAIL PROTECTED]
>
> Does it show that you have 200 ham and 200 spam in the database?  If so
> then there is a problem, if not you just need to train it some more.
>
> What the WARNING is telling you is that hey this database isn't ready
> for scoring so I'm not gonna use it.  This is why learning works just
> fine.  Finish training up the DB and see if it then starts working for
> you.
>
> Michael
>
> PS Possibly we should get the warning text changed a bit, feel free to
> open up a bug so we can track the work, thanks.

Hi Michael,

Well, I have the following in the script that runs every now and
again, to execute sa-learn:

[EMAIL PROTECTED] ~]$ sa-learn --dump magic | grep "non-token data: nham" |
awk '{ print $3 }'
257526
[EMAIL PROTECTED] ~]$ sa-learn --dump magic | grep "non-token data: nspam" |
awk '{ print $3 }'
470150

I'm fairly sure I have enough ham and spam.  :)  Also, I'm watching
the PostgreSQL logfile when I do that, and it _is_ querying the
database.

Just for argument's sake, I checked for *BAYES* in the spamd logfile,
and I don't get a single hit.  So, Bayes is definately not working
for _any_ of the accounts, not just mine.  :(

Thanks for any insight,

Benny


-- 
"If stupidity were a handicap, you'd have the best parking spot."
                                                    --Bill Paul


Reply via email to