Duane Hill wrote:
> 
> There is one way to find out what username(s) is/are recorded in
> MySQL. If you have access to the server running MySQL:
> 
> Get into MySQL by:
> 
>   mysql --user=username --password=password name_of_sa_db
> 
> Then:
> 
>   select username from userpref;
> 
> This will list all usernames that bayes tokens have been recorded for.
> 
> There may be another way of verifying what is in userpref. I've always
> done it this way because it's faster for me. I have MySQL installed
> locally on our filter server.

Hmmm my userpref table is empty.

bayes_token table has 300000+ records though.

sa-learn dump --magic returns data for this user (spam) but not for other user 
names.

-D options tells that the database connection works.


Strange?


Reply via email to