> On Tue, Jan 16, 2007 at 10:21:14AM +0000, Justin Mason wrote: > > by the way, a nice, working plugin that does this would be quite useful on > > the CustomPlugins wiki page, or contributed as an optional plugin... > > The plugin itself is pretty trivial -- the question is: what to do with > the token information? Should it be sent out to a flat file, kept in > a DBM, etc? That's where the non-trivial stuff happens.
Couldn't the raw tokens just be kept in the same database by adding an additional column to the table bayes_token that isn't indexed? That wouldn't affect performance too much, would it? +----------------------------------------+ | Stuart Robinson | | Email: stuart at zapata dot org | | Homepage: http://www.zapata.org/stuart | +----------------------------------------+