[Mimedefang] MIMEDefang 2.52 is released

David F. Skoll dfs at roaringpenguin.com
Wed Jun 1 16:03:17 EDT 2005


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.



More information about the MIMEDefang mailing list