Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

list_members(8) [suse 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)

Check Out this Related Man Page

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

NAME
sync_members - Synchronize a mailing list's membership with a flat file. SYNOPSIS
sync_members [options] -f file listname DESCRIPTION
This script is useful if you have a Mailman mailing list and a sendmail :include: style list of addresses (also as is used in Majordomo). For every address in the file that does not appear in the mailing list, the address is added. For every address in the mailing list that does not appear in the file, the address is removed. Other options control what happens when an address is added or removed. OPTIONS
-n, --no-change Don't actually make the changes. Instead, print out what would be done to the list. -w={ yes | no }, --welcome-msg={ yes | no } Sets whether or not to send the newly added members a welcome message, overriding whatever the list's `send_welcome_msg' setting is. With -w=yes or -w, the welcome message is sent. With -w=no, no message is sent. -d={ yes | no }, --digest={ yes | no } Selects whether to make newly added members receive messages in digests. With -d=yes or -d, they become digest members. With -d=no (or if no -d option given) they are added as regular members. -a={ yes | no }, --notifyadmin={ yes | no } Specifies whether the admin should be notified for each subscription or unsubscription. If you're adding a lot of addresses, you definitely want to turn this off! With -a=yes or -a, the admin is notified. With -a=no, the admin is not notified. With no -a option, the default for the list is used. -f=filename, --file=filename This option is required. It specifies the flat file to synchronize against. Email addresses must appear one per line. If filename is `-' then stdin is used. -h, --help Print a small help text and exit listname specifies the list to synchronize. 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 SYNC_MEMBERS(8)
Man Page