On 24 May 2011, at 11:49 AM, Paul Brough wrote: > Im currently looking to replace my current spam filter (ESVA) with one im > building and I was planning on using baruwa, but searching through the site I > cant find whether it sends the user an email to advise a mail has been > quarantined and provide a link for them to release it.
Yes it does, http://www.baruwa.org/docs/batteries_included.html#quarantine-reports The users who receive the quarantine report can release the message without logging in by simply clicking release. > > Also one bug I have in my current system is that when multiple users are sent > the same email and it gets blocked - and the link provided is built to > release to all but only the first person gets it, can baruwa send an email to > each individual to release the mail? You need to get your MTA to split messages to multiple recipients, as using LIKE %address% queries is expensive. -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

