NAME FML::Filter::External::spamc - SpamAssassin interface. SYNOPSIS use FML::Filter::External::spamc; my $ext_filter = new FML::Filter::External::spamc; $ext_filter->process($curproc, $msg); DESCRIPTION This module checks the specified message $msg by spamc, which calls spamd (spamassassin). METHODS new() constructor. process($curproc, $msg) top level dispather. It checks if the current message $msg looks a spam by spamc (spamassasin). CODING STYLE See "http://www.fml.org/software/FNF/" on fml coding style guide. AUTHOR Ken'ichi Fukamachi COPYRIGHT Copyright (C) 2004,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::spamc appeared in fml8 mailing list driver package. See "http://www.fml.org/" for more details.