Guide To Install bogofilter On Mac using Brew
Package Information:
Name: bogofilter
Use: Bogofilter is a mail filter that classifies mail as spam or ham (non-spam) by a statistical analysis of the message’s header and content (body)
URL: https://bogofilter.sourceforge.io
Installation Steps:
- Open Terminal.
- Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install bogofilter using brew
brew install bogofilter
bogofilter is ready to use now!