Hi, > In my amavisd.conf I've done the following: > ,---- [ amavisd.conf ] > | $final_virus_destiny = D_DISCARD; > | $warnvirusrecip = 1; > | $virus_admin = "[EMAIL PROTECTED]"; > | $mailfrom_notify_admin = "[EMAIL PROTECTED]"; > | $mailfrom_notify_recip = "[EMAIL PROTECTED]"; > `---- > > The quarantine in a special mail account is i slike I want it. But the > recipient of the notice is equal to the sender: > Both are "[EMAIL PROTECTED]"
Unset $mailfrom_notify_recip(ipient). Since this variable influences the _envelope_ recipient, your MTA can't do anything else but send the warning to the adress given there. Regs, Sven ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r _______________________________________________ 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/
