Changes between Version 6 and Version 7 of mailman_subscriber_list
- Timestamp:
- Dec 4, 2008, 7:46:15 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mailman_subscriber_list
v6 v7 50 50 {{{ 51 51 # assuming the list is on leslie (it could also be on assata if it's a lists.people-link.net list).Replace name-of-list with the actual name of the list. 52 ssh root@leslie.mayfirst.org "list_members -f -o name-of-list" > members.txt "52 ssh root@leslie.mayfirst.org "list_members -f -o name-of-list" > members.txt 53 53 }}} 54 54 55 These commands will result in a text file in your current directory called <name-of-list>.members.txt which can be emailed to the member in question.55 These commands will result in a text file in your current directory called members.txt which can be emailed to the member in question.