NAME
    FML::Command::Syntax - common command syntax checker.

SYNOPSIS
    use FML::Command::Syntax; push(@ISA, qw(FML::Command::Syntax));
    $self->check_syntax_address_handler($curproc, $command_context);

DESCRIPTION
    This class provides the syntax command string checker.

METHODS
  check_syntax_address_handler($curproc, $command_context)
    verify the syntax command string. return 0 if it looks insecure.

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

AUTHOR
    Ken'ichi Fukamachi

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

