[Spambayes] Another Error on review page

Tim Peters tim.one at comcast.net
Sat Feb 8 12:50:03 EST 2003


[David Shaw]
> ...
> On a related note, I wonder if there would be benefit in storing in
> ZODB rather than straight DBM/pickles (ZODB can use bsddb3 or pickles
> as well).

Jeremy Hylton is ZODB's chief developer these days, and this project's pspam
directory contains his code to hook spambayes up to ZODB3 and a ZEO server.
I don't think he's done any development on it lately, but that could be
because it's already perfect <wink>.  Beyond that, this is a Python project:
if there's a choice among X, Y, and Z, fans of each will eventually supply
bindings for each.  There's no real need to insist on a specific database
that all must use.  For my own use, I'm happiest skipping database layers
entirely, simply pickling in-memory dicts across sessions.




More information about the Spambayes mailing list