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). The program is able to learn from the user's classifications and corrections.
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). The program is able to learn from the user's classifications and corrections.
To install bogofilter, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bogofilter
To see what files were installed by bogofilter, run:
port contents bogofilter
To later upgrade bogofilter, run:
sudo port selfupdate && sudo port upgrade bogofilter
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.