There yah go, lets watch it after 200. I used to have a bayes txt file that I imported that had quite a bit, idk where its at now.
-- Jeremy McSpadden Flux Labs, Inc http://www.fluxlabs.net<http://www.fluxlabs.net/> Endless Solutions Office : 850-588-4626 Cell : 850-890-2543 Fax : 850-254-2955 On Apr 14, 2011, at 2:25 PM, Raymond Norton wrote: 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]<mailto:[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]<mailto:[email protected]> http://lists.baruwa.org/mailman/listinfo/baruwa
_______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

