SpamOracle
SpamOracle, a.k.a. "Saint Peter", is a tool to help detect and filter away "spam" (unsolicited commercial e-mail). It proceeds by statistical analysis of the words that appear in the e-mail, comparing the frequencies of words with those found in a user-provided corpus of known spam and known legitimate e-mail. The classification algorithm is based on Bayes' formula, and is described in Paul Graham's paper, A plan for spam.
[ Homepage ]
| Author: | Xavier Leroy. |
| Last modification date: | 26-Aug-2002 |
| Version: | 1.4 |
| Development status: | Stable |
| Kind: | Applications written in Caml :: Major applications |
| License: | Open Source :: GPL |
| Topic: | Communications and networking :: Email |
| Homepage: | http://pauillac.inria.fr/~xleroy/software.html#spamoracle |