Claudio, > Maybe this has already been discussed in the past but I haven't found hints > following the last couple weeks of mails. > > I have a mail gateway which is used for anti spam and anti virus scanning. > After that, clean mails get forwarded by postfix to a relay host. > Sometimes spams pass through, especially in some user mailboxes there's a > lot of spam. I would like to have a local forward of certain e-mails which > have a certain amount of points in the spam-score. > Example: E-mails to a certain receiver address with a score higher than 4.5 > shall be additionally forwarded into a local mailbox (virusbox). > > The goal for me is to manually check this virusbox once I get the > information from the receiver, that there was spam. This way I will be able > to train the Bayes database with sa-learn...
The full programmable flexibility is offered by using a custom hook, where your perl code is given access to full info on a message (sender, recipients, score, size, ...) and can do additional quarantining or an additional forwarding a mail copy to any address. Alternatively, you can turn on quarantining on SPAMMY messages (those which exceed tag2 level). Quarantining does not prevent mail delivery, it is completely independent from forwarding. The tag2 level can be adjusted per-recipient. A downside (depending on your expectations) can be that a passed SPAMMY message is tagged as spam in its subject and header (changing the subject can be disabled). 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 [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/
