Jonas, > @virus_lovers_acl = qw([EMAIL PROTECTED] [EMAIL PROTECTED] ); > @banned_files_lovers_acl = qw([EMAIL PROTECTED] [EMAIL PROTECTED] ); > > If an mail with an virus have got the "To: [EMAIL PROTECTED]" Amavis does > not filter the mail and the user gets the mail with the virus. > > But then the Virusmail has got: > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > > Amavis filters the mail and the user [EMAIL PROTECTED] does NOT get the > virusmail.
Show the amavis log (at log level 2, or preferably 5), this shouldn't be happening. I hope you are not confusing addresses in mail header (To, Cc) with envelope recipient addresses. > How can I enable it that [EMAIL PROTECTED] will always gets virus mails? @virus_lovers_acl should do the trick, as you already have it. Make sure the specified address (and its domain part) does match the recipient address as it gets presented to amavisd (i.e. note possible virtual alias transformations). MH writes: > iirc: you have to use lmtp or a newer postfix version (perhaps from > backports, or etch). > http://archives.neohapsis.com/archives/postfix/2005-02/1517.html No, SMTP vs LMTP has nothing to do with this. Amavisd-new can split mail when different recipients require different handling or header markup. Mark ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ 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/
