bogolexer-bdb
fast Bayesian spam filter (Berkeley DB)
Install
- All systems
-
curl cmd.cat/bogolexer-bdb.sh
- Debian
-
apt-get install bogofilter-bdb
- Ubuntu
-
apt-get install bogofilter-bdb
- Kali Linux
-
apt-get install bogofilter-bdb
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install bogofilter-bdb
- Raspbian
-
apt-get install bogofilter-bdb
- Dockerfile
- dockerfile.run/bogolexer-bdb
bogofilter-bdb
fast Bayesian spam filter (Berkeley DB)
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. This package provides the bdb database backend.