> Start with the DBDictClassifier class in spambayes.storage. Hooking
> it in is easy. Edit storage._storage_types and replace
> DBDictClassifier with your class or add another entry to it keyed by
> something like "tdbm".
I forgot - if you add another entry in _storage_types you'll have to twiddle
storage.database_type() as well.
Skip