Spamprobe is a fast, intelligent, automatic spam detector using Bayesian analysis of word counts in spam and non-spam email. It is intended for use with procmail to filter inbound mail. No manual rule creation is required.
Spamprobe is a fast, intelligent, automatic spam detector using Bayesian analysis of word counts in spam and non-spam email. It is intended for use with procmail to filter inbound mail. No manual rule creation is required.
To install spamprobe, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install spamprobe
To see what files were installed by spamprobe, run:
port contents spamprobe
To later upgrade spamprobe, run:
sudo port selfupdate && sudo port upgrade spamprobe
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.