NAME
    FML::Filter - entry point for FML::Filter::* modules.

SYNOPSIS
        ... under reconstruction now. synopsis disabled once ...

    where $message is "Mail::Message" object.

DESCRIPTION
    top level dispatcher for FML filtering engine. It consists of two types,
    header and body filtering engines. The detail of rules is found in
    FML::Filter::Header, FML::Filter::TextPlain, and
    FML::Filter::MimeComponent.

METHODS
  new()
    constructor.

REJECT NOTIFICATION
  article_filter_reject_notice($curproc, $msg_args)
    send back message on rejection, with reason if could.

COMMAND MAIL
  command_mail_filter($curproc)
    entry point for FML::Filter::* modules.

CODING STYLE
    See "http://www.fml.org/software/FNF/" on fml coding style guide.

AUTHOR
    Ken'ichi Fukamachi

COPYRIGHT
    Copyright (C) 2001,2002,2003,2004,2005 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 first appeared in fml8 mailing list driver package. See
    "http://www.fml.org/" for more details.

