Changes between Version 7 and Version 8 of mailman_subscriber_list
- Timestamp:
- Dec 4, 2008, 7:47:51 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mailman_subscriber_list
v7 v8 49 49 50 50 {{{ 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 51 # assuming the list is on leslie (it could also be on assata if it's a lists.people-link.net list). 52 # Replace name-of-list with the actual name of the list. 53 ssh root@leslie.mayfirst.org "list_members -f name-of-list" > members.txt 53 54 }}} 54 55