How to Install spambayes in Ubuntu 18.04



Install spambayes by entering the following commands in the terminal:

sudo apt update
sudo apt install spambayes

Description:

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.

Homepage: http://spambayes.sourceforge.net

Version: 1.1b1-4

Section: universe/mail