NAME
    FML::Command::Admin::rmml - remove the specified mailing list.

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

    See "FML::Command" for more details.

DESCRIPTION
    remove the mailing list directory (precisely speaking, we just rename ml
    -> @ml.$date) and the corresponding alias entries.

METHODS
  process($curproc, $command_context)
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,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::Admin::rmml first appeared in fml8 mailing list driver
    package. See "http://www.fml.org/" for more details.

