spambayes-lite

Bare-bones spam classification library based on a modified version of SpamBayes.


License
Python-2.0
Install
pip install spambayes-lite==1.0.0b7

Documentation

THIS IS AN ABANDONED PROJECT

The code is simply beyond fixing and maintainability. Expect it to be deleted at any time.


spambayes-lite

This is an attempt to clean up and reuse SpamBayes as a pure library. On top of the existing features already present in SpamBayes the following is currently implemented:

  • MongoDB storage backend
  • Move to dnspython instead of pydns

Make sure you check the TODO for planned changes before you replace SpamBayes with this as ALL UI-code will be removed eventually.

See http://spambayes.sourceforge.net for more on SpamBayes.

(I am not affiliated with the SpamBayes developers in any way).