NAME
    FML::Command::Admin::reviveml - revive the specified mailing list.

SYNOPSIS
        use FML::Command::Admin::reviveml;
        $obj = new FML::Command::Admin::reviveml;
        $obj->reviveml($curproc, $command_context);

    See "FML::Command" for more details.

DESCRIPTION
    revive the specified mailing list. restore the mailing list directory
    and re-setup the ML by running "makefml newml" process.

METHODS
  process($curproc, $command_context)
    main dispatcher to revive the specified mailing list.

    This routine restores the mailing list directory and upcalls "makefml
    newml" programs to re-setup the ML.

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

AUTHOR
    Ken'ichi Fukamachi

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

