[Mimedefang] MIMEDefang 2.52 is released

Kelson kelson at speed.net
Wed Jun 1 17:53:41 EDT 2005


David F. Skoll wrote:
> What happens if you put this sequence in your filter:
> 
>      use File::Scan;
>      $Features{"File::Scan"} = 1;
>      $Features{"Virus:FileScan"} = 1;
>      detect_and_load_perl_modules();
> 
> (I think the bug is that $Features{"Virus:FileScan"} isn't getting set.
> I'll fix that...)

That does the trick!  Thanks!

I tried several combinations, and it looks like all three extra lines 
are needed.  If I leave out "$Features{"Virus:FileScan"} = 1;", it 
doesn't detect the module.  If I include that one, but leave out "use 
File::Scan;" the slaves mysteriously die.

Meanwhile, I need to revisit our various virus scanners' stats and see 
whether it's worth keeping File::Scan around.

-- 
Kelson Vibber
SpeedGate Communications <www.speed.net>



More information about the MIMEDefang mailing list