Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

config_list(8) [suse man page]

CONFIG_LIST(8)						      System Manager's Manual						    CONFIG_LIST(8)

NAME
config_list - Configure a Mailman list from a text file description SYNOPSIS
config_list [options] listname DESCRIPTION
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. OPTIONS
-i filename, --inputfile=filename Configure the list by assigning each module-global variable in the file to an attribute on the list object, then saving the list. The named file is loaded with execfile() and must be legal Python code. Any variable that isn't already an attribute of the list object is ignored (a warning message is printed). See also the -c option. 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! -o filename, --outputfile=filename Instead of configuring the list, print out a list's configuration variables in a format suitable for input using this script. In this way, you can easily capture the configuration settings for a particular list and imprint those settings on another list. file- name is the file to output the settings to. If filename is `-', standard out is used. -c, --checkonly The modified list is not actually changed. Only useful with -i. -v, --verbose Print the name of each attribute as it is being changed. Only useful with -i. -h, --help Print a small help text and exit NOTES
The options -o and -i are mutually exclusive. AUTHOR
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 SEE ALSO
Mailman documentation on http://www.list.org/ and in /usr/share/doc/mailman. 2001-03-10 CONFIG_LIST(8)

Check Out this Related Man Page

LIST_MEMBERS(8) 					      System Manager's Manual						   LIST_MEMBERS(8)

NAME
list_members - List all the members of a Mailman list SYNOPSIS
list_members [-o file] [-r] [-d] [-p] [-h] listname OPTIONS
-o file, --output file Write output to specified file instead of standard out. -r, --regular Print just the regular (non-digest) members. -d [kind], --digest[=kind] Print just the digest members. Optional argument can be "mime" or "plain" which prints just the digest members receiving that kind of digest. --nomail[=why], -n [why] Print the members that have delivery disabled. Optional argument can be "byadmin", "byuser", "bybounce", or "unknown" which prints just the users who have delivery disabled for that reason. It can also be "enabled" which prints just those member for whom deliv- ery is enabled. -f, --fullnames Include the full names in the output. -p, --preserve Output member addresses case preserved the way they were added to the list. Otherwise, addresses are printed in all lowercase. -i, --invalid Print only the addresses in the membership list that are invalid. Ignores -r, -d, -n. -u, --unicode Print addresses which are stored as Unicode objects instead of normal string objects. Ignores -r, -d, -n. -h, --help Print a small help text and exit listname is the name of the mailing list to use. NOTES
Note that if neither -r or -d is supplied, both regular members are printed first, followed by digest members, but no indication is given as to address status. AUTHOR
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 GNU/Linux. SEE ALSO
Mailman documentation on http://www.list.org/ and in /usr/share/doc/mailman. 2004-10-17 LIST_MEMBERS(8)
Man Page