> Not sure how to tell if it has 200 messages, but  mysql>  select * from
> bayes_seen; shows: 1463 rows in set (0.12 sec)
> _______________________________________________
> Baruwa mailing list
> [email protected]
> http://lists.baruwa.org/mailman/listinfo/baruwa
>
>    

Found it:

mysql> SELECT id, username, spam_count, ham_count, token_count FROM 
bayes_vars;
|+----+----------+------------+-----------+-------------+
| id | username | spam_count | ham_count | token_count |
+----+----------+------------+-----------+-------------+
|  1 | root     |        114 |      1355 |      133095 |
+----+----------+------------+-----------+-------------+
1 row in set (0.00 sec)

_______________________________________________
Baruwa mailing list
[email protected]
http://lists.baruwa.org/mailman/listinfo/baruwa

Reply via email to