Kevin, > I've got amavisd-new running nicely on a Debian box and have installed > MailZu to be able to manage the quarantine. > > When users release an email from the queue it works nicely. > > Is there any way that the senders of the released emails be added to the > whitelist for the system?
There is no automated way to do that. Even if it were, blanco whitelisting by a sender address is usually the last choice in resolving false positives. It is worth examining which SpamAssassin tests contributed most score points (by examining log or in a header of a quarantined message), and if necessary adjust their score, or look for some characteristic of such mail which could be used to provide some negative score points. Also, feeding such false positives to bayes through sa-learn can help. If there still is a need for whitelisting, do it by SpamAssassin rules which perform some validity test on a sender address, such as whitelist_auth, whitelist_from_spf, whitelist_from_dkim, whitelist_from_rcvd . 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/
