Changes between Version 5 and Version 6 of mailman_subscriber_list


Ignore:
Timestamp:
Dec 4, 2008, 7:45:41 PM (17 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mailman_subscriber_list

    v5 v6  
    4949
    5050{{{
    51 # assuming the list is on leslie (it could also be on assata if it's a lists.people-link.net list)
    52 ssh root@leslie.mayfirst.org "list_members -f -o <name-of-list>.members.txt <name-of-list> "
    53 scp root@leslie.mayfirst.org:<name-of-list>.members.txt .
    54 ssh root@leslie.mayfirst.org "rm <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).Replace name-of-list with the actual name of the list.
     52ssh root@leslie.mayfirst.org "list_members -f -o name-of-list" > members.txt"
    5553}}}
    5654