Peter, > I see very little documentation on integrating amavisd-new, sql db > (MySQL), and Spamassassin user preferences. Is it possible? If so, > how do these parts go together?
SpamAssassin sees all requests coming from the same user, i.e. amavis, so the user preferences SQL database that SA can use be used. The fundamental reason is that SA is called only once per message, regardless of the number of recipients, all per-user handling is then done by amavisd. SA preferences database is geared towards environments where SA is called at the final mail delivery stage, with only one recipient for each message. It is a trade-off, we sacrifice some configurability (like per-recipient rules and per-recipient body rewriting) for speed. Most common per-recipient settings are still available (bypass, per-user tag/kill levels, white/black/soft-listing, ...). Mark ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ 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/
