No description
Find a file
Skip Montanaro c125c99668
Merge pull request #5 from alexeip0/master
fixup! * Remove Python 2.2 compatibility (wrapping string in a tuple for the 'in' operator).
2021-04-05 16:20:22 -05:00
spambayes fixup! * Remove Python 2.2 compatibility (wrapping string in a tuple for the 'in' operator). 2021-01-30 15:01:06 -08:00
website bring table up-to-date 2010-12-02 15:23:44 +00:00
.gitignore ignore files 2018-07-10 19:09:33 -05:00
.hgignore Escape litteral dot in hgignore file using character class 2019-06-16 16:00:08 +00:00
README.txt Minimal README to keep GitHub happy. 2013-02-06 09:59:27 -06:00

Copyright (C) 2002-2013 Python Software Foundation; All Rights Reserved

The Python Software Foundation (PSF) holds copyright on all material
in this project.  You may use it under the terms of the PSF license;
see LICENSE.txt.

SpamBayes is a tool used to segregate unwanted mail (spam) from the mail you
want (ham).  Before SpamBayes can be your spam filter of choice you need to
train it on representative samples of email you receive.  After it's been
trained, you use SpamBayes to classify new mail according to its spamminess
and hamminess qualities.

For more details, see spambayes/README.txt.