How to Install ifile in Ubuntu 18.04



Install ifile by entering the following commands in the terminal:

sudo apt update
sudo apt install ifile

Description:

spam filter capable of learning

A text filter that uses machine learning to classify texts into groups. ifile works great as a spam filter. The text is classified by a simple statistical method called Naive Bayes, which basically considers each text an unordered collection of words and classifies by matching the distribution with the most closely matching group distribution. Alternatives to ifile are annoyance-filter, bogofilter, spamoracle, and spamprobe.

Homepage: http://people.csail.mit.edu/jrennie/ifile

Version: 1.3.9-7

Section: universe/mail