Chris, > Is there any way to configure a user's policies so the user can have a > blacklist in the database (using USERS/MAILADDR/WBLIST) and quarantine > any mail that is blacklisted? I've looked through the documentation and > mailing list history and can't find a clear answer on if this is possible > and, if so, how. It seems to me that any time the blacklist is matched, > the mail is marked as spam and deleted.
Blacklisting just declares the mail is spam, and the usual controls will then deal with it, such as quarantining. If you have spam quarantining enabled, blacklisted mail should be quarantined. > Are there any per-user thresholds that can control this? Yes, there is a @spam_quarantine_cutoff_level_maps, and its global default value $sa_quarantine_cutoff_level. If you need blacklisted mail quarantined, you must not use these two settings (they are off by default). Michael Scheidell wrote: > I think you can set a value for the 'WB' value in wblist (something like > '10'). instead of 'B', make it an arbitrary number, such that the total > score is less then the quarantine threshold. > however, if they value is > the quarantine threshold after you add up > all the spamassassin rules, the email will be deleted. Yes, that is also a possibility. Instead of hard blacklisting, you can just assign certain senders a sufficiently high (but not infinite) spam score. It is called soft-blacklisting. Mark ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
