NAME FML::Command::Admin::newml - set up a new mailing list. SYNOPSIS use FML::Command::Admin::newml; $obj = new FML::Command::Admin::newml; $obj->newml($curproc, $command_context); See "FML::Command" for more details. DESCRIPTION set up a new mailing list. create mailing list directory, install config.cf, include, include-ctl et. al. METHODS process($curproc, $command_context) UTILITIES set_force_mode($curproc, $command_context) set force mode. get_force_mode($curproc, $command_context) return if force mode is enabled or not. 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::newml first appeared in fml8 mailing list driver package. See "http://www.fml.org/" for more details.