Larry, > We have a need to do whitelisting of email based on a relationship pattern, > not just a single recipient/sender match. e.g. > > mail from users in list A to users in list B should bypass filtering > > I'd like to know if there are suggestions to accomplish that. Amavis has a > policy delegation system, but I cannot really determine whether that can > accomplish what is needed. Are there any other options that people can > think of? Thanks.
The closest that comes to it is a per-recipient (soft- or hard-) whitelisting, implemented by @score_sender_maps or equivalently in SQL. For a given recipient (which can be a specific user or a domain or a subdomain tree) you can provide a list of senders (again specific or domains), and associate with this relationship score points which are added to the spam score. It's somewhat awkward to do it by hand - if fine for a couple of exceptions, but an extensive set of groups would require some tool to facilitate generation of appropriate SQL records. On the automatic side, pen pals is another approach, partly covering your needs. Based on SQL log of past mail transactions, it contributes negative score points to replies on previous conversations - based either on a sender/recipient pair of addresses, or on a Message-ID (useful for mailing lists). Mark ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/