NAME FML::Filter::External::clamscan - clamav interface. SYNOPSIS use FML::Filter::External::clamscan; my $ext_filter = new FML::Filter::External::clamscan; $ext_filter->process($curproc, $msg); DESCRIPTION This module checks the specified message $msg by clamav. METHODS new() constructor. process($curproc, $msg) top level dispather. It checks if the current message $msg looks a virus by clamav. CODING STYLE See "http://www.fml.org/software/FNF/" on fml coding style guide. AUTHOR Ken'ichi Fukamachi COPYRIGHT Copyright (C) 2004,2005,2007,2008 Ken'ichi Fukamachi All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. HISTORY FML::Filter::External::clamscan appeared in fml8 mailing list driver package. See "http://www.fml.org/" for more details.