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