sb_filter.py
Python-based spam filter using statistical analysis
Install
- All systems
-
curl cmd.cat/sb_filter.py.sh
- Debian
-
apt-get install spambayes
- Ubuntu
-
apt-get install spambayes
- Arch Linux
-
pacman -S spambayes
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install spambayes
- Raspbian
-
apt-get install spambayes
- Dockerfile
- dockerfile.run/sb_filter.py
spambayes
Python-based spam filter using statistical analysis
SpamBayes uses a different set of algorithm to most statistical spam filters, which enables to dramatically lower the number of legitimate mail classified as spam, through the introduction of an 'unsure' category. SpamBayes can be used as a POP3 or an IMAP proxy, as well as a simple mail filter for use with procmail.