sb_imapfilter

Python-based spam filter using statistical analysis

Install

All systems
curl cmd.cat/sb_imapfilter.sh
Debian Debian
apt-get install spambayes
Ubuntu
apt-get install spambayes
Arch Arch Linux
pacman -S spambayes
Windows (WSL2)
sudo apt-get update sudo apt-get install spambayes
Raspbian
apt-get install spambayes

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.