NAME
    FML::Restriction::Command - command mail restrictions.

SYNOPSIS
    collection of utility functions used in command routines.

DESCRIPTION
METHODS
ADMIN COMMAND SPECIFIC RULES
  permit_admin_member_maps($rule, $sender)
    permit if admin_member_maps includes the sender in it.

EXTENSION: IGNORE CASE
  ignore
    ignore irrespective of other conditions.

  ignore_invalid_request
    ignore request if the content is invalid.

EXTENSION: PGP/GPG AUTH
  check_pgp_signature($rule, $sender, $context)
    check PGP signature in message.

EXTENSION: MODERATOR
  permit_forward_to_moderator($rule, $sender)
    forward the incoming message to moderators.

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

AUTHOR
    Ken'ichi Fukamachi

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

