NAME
    FML::Command::User::chaddr - change subscribed address.

SYNOPSIS
    See "FML::Command" for more details.

DESCRIPTION
    Firstly, apply confirmation before chaddr (change subscribed address)
    processed. After confirmation succeeds, chaddr process proceeds.

METHODS
  new()
    constructor.

  need_lock()
    need lock or not.

  lock_channel()
    return lock channel name.

  verify_syntax($curproc, $command_context)
    provide command specific syntax checker.

  process($curproc, $command_context)
    If either old or new addresses in chaddr arguments is an ML member, try
    to confirm this request. The confirmation is returned to "From:" address
    in the mail header, "Reply-To" is ignored.

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,2006,2008 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::User::chaddr first appeared in fml8 mailing list driver
    package. See "http://www.fml.org/" for more details.

