[Mimedefang] Virus Scanning with RAV and MIMEDefang

David F. Skoll dfs at roaringpenguin.com
Thu Jun 13 14:39:33 EDT 2002


Hi,

> Has anyone successfully used RAV with MIMEDefang? Any help
> or suggestions are appreciated.

There is a typo in mimedefang.pl.in.  The last line of
message_contains_virus_rav currently reads:

    return (wantarray ? ($code, $category, $action) : ($code==2 || $code==3));

That's wrong.  It should read:

    return (wantarray ? interpret_rav_code($code) : ($code==2 || $code==3));

Just change the line (right before the closing curly brace of the routine),
redo configure; make; make install and it should work.

Regards,

David.




More information about the MIMEDefang mailing list