NAME
    FML::Command::Message - utility for command message handling.

SYNOPSIS
    use FML::Command::Message; my $_msg = new FML::Command::Message; my
    $sc_args = { command => "chaddr", rm_args => $optargs, };
    $_msg->send_confirmation($curproc, $command_context, $confirm, $sc_args)

DESCRIPTION
    This class provides utility function for command message handling.

METHODS
  new()
    constructor.

  send_confirmation($curproc, $command_context, $confirm, $sc_args)
    send back confirmation message.

    1. if $XXX_command_auth_type == confirmation, 1.1 send back confirmation
    to address (From:).

    2. if $XXX_command_auth_type == manual, 2.1 notify "forwarded request to
    maintainer(s)." to sender. 2.2 notify request to maintainer(s).

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

AUTHOR
    Ken'ichi Fukamachi

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

