What I want to be able to do is fine tune spamassassin, since a few of its abilities are disabled by default in this distro.
All the code to do these things is written, it just needs a webpage, and packaged in an rpm.
The webpage needs to do these few things:
enable/disable Bayes (a local database of spam your server sees)
enable/disable DCC (a public database of spam to compare with)
enable/disable DNSBL, and be able to set the servers used
enable/disable RHSBL, and be able to set the servers used (the default servers dont work that well)
These are easy to impliment, and effective, and require only minor changes to a SME server.
Someone really motivated might want to help add a page for the white/black list, but the code to do that would have to be written. Shouldnt be too hard - just need to parse a few commands...