Changing Dspam's Webfrontend

I'm been testing out Dspam's to change over from SpamAssassin at work.

In my opinion there are a couple deficiencies with the original interface that needed to be adjusted. In my adjustments to the webinterface, I've added a couple functions.

- Multiuser Admins
Say you have 5 guys in tech support with their own email addresses and a shared email (support@daperture.com) for support. It would be tedious to continually have to login and logout to go in between the accounts, but it's also not prudent to give each support account admin access where they can go into anyone's quarantine. Multiuser admins allow individuals to have access to multiple quarantines via a drop down menu where the admin usually writes and email address to jump to.

- Cookie Based Authentication
This is so that you can have a spiffy login page or use an existing cookie from say an existing webmail setup. A big plus to using cookie based auth is that you can have a logout button. Much more intuitive than closing the browser. Work needs to be done in this area to allow more authentication mechanisms.

I haven't written up or posted the code yet, but if you're interested, drop me a line in the contact form.