bmf is a self contained and extremely efficient Bayesian mail filter. See Paul Graham's article A Plan for Spam for background information. It aims to be faster, smaller, and more versatile than similar applications.
bmf is a self contained and extremely efficient Bayesian mail filter. See Paul Graham's article A Plan for Spam for background information. It aims to be faster, smaller, and more versatile than similar applications.
To install bmf, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bmf
To see what files were installed by bmf, run:
port contents bmf
To later upgrade bmf, run:
sudo port selfupdate && sudo port upgrade bmf
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.