At 04:13 PM 5/31/2006, Hugo van der Kooij wrote: >I would like to exclude a rather specific message from >being scanned. As I >generate this EICAR test message myself I can pretty much >decide myself >what headers to add to the messages. It is an unpublished >EICAR robot so >our customers and our engineers can test their email setup >by requesting >and eicar file being send per email.
Rather than a custom hack to the software that you will need to maintain, why not use an already supported method to bypass scanning. some of the choices... - submit the mail to postfix on an alternate port with no scanning - use amavisd-new policy banks to disable scanning for local submissions - use a delivery method outside of postfix to send the mail, such as mini_sendmail or directly with Perl Mail::SMTP. -- Noel Jones _______________________________________________ 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/
