Update of /cvsroot/mailman/mailman/doc/man
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16714

Added Files:
      Tag: Release-2_1-maint
        newlist.1 rmlist.1 
Log Message:
Added new man pages for newlist and rmlist.


--- NEW FILE: newlist.1 ---
.\"
.\" GNU Mailman Manual
.\"
.\" newlist 
.\"
.\" Documenter:   Terri Oda
.\"               terri (at) zone12.com
.\" Created:      September 18, 2004
.\" Last Updated: September 18, 2004
.\"
.TH newlist 1 "September 18, 2004" "Mailman 2.1" "GNU Mailman Manual"
.\"=====================================================================
.SH NAME
newlist \- Create a new, unpopulated Mailman mailing list.
.\"=====================================================================
.SH SYNOPSIS
.B newlist 
[-l \fIlanguage\fP]
[-q]
[-h]
[\fIlistname\fP [\fIlistadmin-addr\fP [\fIadmin-password\fP]]]
.\"=====================================================================
.SH DESCRIPTION
.B newlist 
reates a new, unpopulated Mailman mailing list.  
.PP
You can specify as many of the arguments as you want on the command line:
you will be prompted for the missing ones.
.PP
Every Mailman list has two parameters which define the default host name for
outgoing email, and the default URL for all web interfaces.  When you
configured Mailman, certain defaults were calculated, but if you are running
multiple virtual Mailman sites, then the defaults may not be appropriate for
the list you are creating.
.PP
You can specify the domain to create your new list in by spelling the listname
like so:
.PP
.RS
    [EMAIL PROTECTED]
.RE
.PP
where `www.mydom.ain' should be the base hostname for the URL to this virtual
hosts's lists.  E.g. with is setting people will view the general list
overviews at http://www.mydom.ain/mailman/listinfo.  Also, www.mydom.ain
should be a key in the VIRTUAL_HOSTS mapping in mm_cfg.py/Defaults.py.  It
will be looked up to give the email hostname.  If this can't be found, then
www.mydom.ain will be used for both the web interface and the email
interface.
.PP
If you spell the list name as just `mylist', then the email hostname will be
taken from DEFAULT_EMAIL_HOST and the url will be taken from DEFAULT_URL (as
defined in your Defaults.py file or overridden by settings in mm_cfg.py).
.PP
Note that listnames are forced to lowercase.
.\"=====================================================================
.SH OPTIONS
.IP "-l \fIlanguage\fP, --language \fIlanguage\fP"
Make the list's preferred language `language', which must be a two
letter language code.
.IP "-q, --quiet"
Normally the administrator is notified by email (after a prompt) that
their list has been created.  This option suppresses the prompt and
notification.
.IP "-h, --help"
Print help text and exit.
.\"=====================================================================
.SH SEE ALSO
.BR rmlist (1)
.PP
The Mailman website: http://www.list.org
.\"=====================================================================
.SH AUTHOR
This man page was created by Terri Oda <terri (at) zone12.com>.
Use <[EMAIL PROTECTED]> to contact the developers.

--- NEW FILE: rmlist.1 ---
.\"
.\" GNU Mailman Manual
.\"
.\" rmlist 
.\"
.\" Documenter:   Terri Oda
.\"               terri (at) zone12.com
.\" Created:      September 18, 2004
.\" Last Updated: September 18, 2004
.\"
.TH rmlist 1 "September 18, 2004" "Mailman 2.1" "GNU Mailman Manual"
.\"=====================================================================
.SH NAME
rmlist \- Remove the components of a Mailman mailing list with impunity.
.\"=====================================================================
.SH SYNOPSIS
.B rmlist 
[-a]
[-h]
\fIlistname\fP
.\"=====================================================================
.SH DESCRIPTION
.B rmlist 
removes the components of a mailing list with impunity - 
.B beware!
.PP
This removes (almost) all traces of a mailing list.  By default, the lists
archives are not removed, which is very handy for retiring old lists.
.\"=====================================================================
.SH OPTIONS
.IP "--archives, -a"
Remove the list's archives too, or if the list has already been
deleted, remove any residual archives.
.IP "--help, -h"
Print help message and exit.
.\"=====================================================================
.SH SEE ALSO
.BR newlist (1)
.PP
The Mailman website: http://www.list.org
.\"=====================================================================
.SH AUTHOR
This man page was created by Terri Oda <terri (at) zone12.com>.
Use <[EMAIL PROTECTED]> to contact the developers.

_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to