On Thu, 13 Mar 2014, Fredrik Pettai wrote: >Hi, > >I want to disable the virus scanner (ClamAV).
If you want to disable all virus scanners (not only ClanAV) then just remove the line: my($code, $category, $action) = message_contains_virus(); and the code handling the scan results from the filter_begin subroutine in mimedefang-filter. I guess that it's safe to remove this too: # Copy original message into work directory as an "mbox" file for # virus-scanning md_copy_orig_msg_to_work_dir_as_mbox_file(); Regards, Kees Theunissen. -- Kees Theunissen, System and network manager, Tel: +31 (0)30 6096724 Dutch Institute For Fundamental Energy Research (DIFFER) e-mail address: [email protected] postal address: PO Box 1207, 3430 BE Nieuwegein, NL visitors address: Edisonbaan 14, 3439 MN Nieuwegein, NL _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

