NAME
    FML::Command::Filter - command mail specific filters.

SYNOPSIS
    use FML::Command::Filter; my $_msg = $curproc->incoming_message_body();
    my $obj = new FML::Command::Filter $curproc; my $reason =
    $obj->check_command_limit($_msg);

DESCRIPTION
    This class provides command mail specific filters.

    check_command_limit() checks the number of command requests in one
    command mail.

    check_line_length_limit() checks the line length of each line in a
    command mail.

METHODS
  new()
    constructor.

  reject()
    dummy.

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

AUTHOR
    Ken'ichi Fukamachi

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

