SpamBlocker is a mail filter which attempts to identify spam. It uses text analysis and maintains blacklists and whitelists. Using its rule base, it uses heuristic tests on mail headers and body text to identify spam. It uses a naive bayes method on the body part of the email message to distinguish whether the mail is spam or not.
| Tags | Communications Email Filters Utilities |
|---|---|
| Operating Systems | POSIX Linux |
| Implementation | Java |