bogofilter
fast Bayesian spam filter (dummy package)
Install
- All systems
-
curl cmd.cat/bogofilter.sh
- Debian
-
apt-get install bogofilter
- Ubuntu
-
apt-get install bogofilter
- Alpine
-
apk add bogofilter
- Arch Linux
-
pacman -S bogofilter
- Kali Linux
-
apt-get install bogofilter
- CentOS
-
yum install bogofilter
- Fedora
-
dnf install bogofilter
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install bogofilter
- OS X
-
brew install bogofilter
- Raspbian
-
apt-get install bogofilter
- Dockerfile
- dockerfile.run/bogofilter
- Docker
-
docker run cmd.cat/bogofilter bogofilter
powered by Commando
bogofilter
fast Bayesian spam filter (dummy package)
This package implements a fast Bayesian spam filter along the lines suggested by Paul Graham in his article "A Plan For Spam". This version substantially improves on Paul's proposal by doing smarter lexical analysis. In particular, hostnames and IP addresses are retained as recognition features rather than broken up. Various kinds of MTA cruft such as dates and message-IDs are discarded so as not to bloat the word lists.