Philipp Niethammer wrote: > This is easy to answer: I need this functionality cause there are still false > positive in these folders. Thus, someone must check them and it's better to > let the receiver do this then a global postmaster.
Of course if checking needs to happen then it's best to let each user do it. However I do not agree with the whole conecpt of spamfolders or "cough" quarantine folders. It pisses me off gmail has it and doesn't allow you to just disable it. > The most senders should be in the whitelist of course but the mail interface > does not work because I'm using SMTP SSL for sending mails and until SSL is You need to configure an MTA for users to submit emails. The MTA in turn will route it through ASSP, which can either send it out, or better, route it to the same or another MTA to send it out. In that case you make good use of the MTA's queuing capabilities since ASSP is not made to do that. To make the email interface work you can create a special domain such as "spamfilter.example.com" and tell your MTA to route email for that domain to the ASSP server(s). Regards, Jeroen ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
