Re: [Mimedefang] disabling the virus scanner?

2014-03-17 Thread Fredrik Pettai
On Mar 14, 2014, at 13:30 , Kees Theunissen wrote: > 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_co

Re: [Mimedefang] disabling the virus scanner?

2014-03-14 Thread Kees Theunissen
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 filte

Re: [Mimedefang] disabling the virus scanner?

2014-03-13 Thread Fredrik Pettai
On Mar 13, 2014, at 17:49 , Fredrik Pettai wrote: > Hi, > > I want to disable the virus scanner (ClamAV). > > I've tried to add this to global part of mimedefang-filter: > > […] > > # Disable Checking inside Zip > #$Features{"Archive::Zip"} = ""; > > # Disable ClamAV > $Features{"Virus:CLAMAV

[Mimedefang] disabling the virus scanner?

2014-03-13 Thread Fredrik Pettai
Hi, I want to disable the virus scanner (ClamAV). I've tried to add this to global part of mimedefang-filter: […] # Disable Checking inside Zip #$Features{"Archive::Zip"} = ""; # Disable ClamAV $Features{"Virus:CLAMAV"} = ""; $Features{"Virus:CLAMD"} = ""; # Detect and load Perl modules detec