Luis, > Hi ,
> Is there a way to supress message notification to senders by amavisd? notifications are only send if messages are passed to the recipients. If so, you can disable the sender notifications with $warnvirussender = undef; $warnspamsender = undef; $warnbannedsender = undef; $warnbadhsender = undef; If you use D_BOUNCE or D_DISCARD as final_*_destiny (virus,spam...) the the sender gets notification too. D_BOUNCE: mail will not be delivered to its recipients, a non-delivery notification (bounce) will be sent to the sender by amavisd-new. D_REJECT: mail will not be delivered to its recipients, sender should preferably get a reject, e.g. SMTP permanent reject response (e.g. with milter), or non-delivery notification from MTA. You can use D_DISCARD as final_*_destiny so that the sender gets no notification. -- Daniel ------------------------------------------------------------------------------ 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/
