CONFIG_LIST(8) | System Manager's Manual | CONFIG_LIST(8) |
config_list - Configure a Mailman mailing list from a text file description
config_list [options] listname
This is a very powerful script which lets you view and modify a list's configuration variables from the command line. E.g. you can dump out all the list options into a plain text file (actually a valid Python file!), complete with comments explaining each variable. Or you can apply the configuration from such a file to a particular list.
A special variable named `mlist' is put into the globals during the execfile, which is bound to the actual MailList object. This lets you do all manner of bizarre thing to the list object, but BEWARE! Using this can severely (and possibly irreparably) damage your mailing list!
The options -o and -i are mutually exclusive.
Author of Mailman is the Mailman Cabal, see http://www.list.org/ for information. This manpage is written by Tollef Fog Heen <tfheen@debian.org> for Debian, but may be used by others.
Mailman documentation on http://www.list.org/ and in /usr/share/doc/mailman.
2001-03-10 |