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>
_______________________________________________
Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list
[email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to