Kelson wrote:

> No, I added $Features{'File::Scan'} because I was getting the error with
> just detect_and_load_perl_modules().

Hmmm.... weird.

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...)

Regards,

David.
_______________________________________________
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