William, > I can create multiple-domain rules on amavisd-new ? > Example: spam level X to domain.org and spam level Y to domain2.org..
Yes, most of the settings can apply on a per-recipient basis, typically all those whose configuration variable name ends in _maps. E.g.: @spam_kill_level_maps = ({ # keys must be in lowercase! 'us...@example.com' => 8.0, 'us...@example.com' => 8.0, '.example.com' => 6.5, '.example.net' => 6.3, 'ab...@example.com' => 12.0, 'postmas...@example.com' => 12.0, }, \$sa_kill_level_deflt, ); > * All in LDAP ? Yes, most of these have their counterparts in SQL and LDAP lookups: LDAP: amavisSpamKillLevel SQL: spam_kill_level_maps > And per user rules? Example: "Subject contains: 'sex', discard"... things > like that... Depends on what you have in mind. The banning rules can be per-recipient (more on that in release notes). The SpamAssassin rules can not be per-recipient, because amavisd calls SpamAssassin once per message, regardless of the number of recipients in a message. Mark ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ 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/