Re: [Mailman-Users] Merging two lists

2010-07-21 Thread Mark Sapiro
Michael R Boudreau wrote: > >I need to merge List A into List B. My plan is to run list_members on both >lists and use the Unix 'uniq' tool to find the members of List A who are not >already in List B. Then I'll use the web interface's mass subscription page to >add the members from List A to Li

Re: [Mailman-Users] Merging two lists

2010-07-21 Thread Anthony R. Thompson
On 7/21/2010 11:23 AM, Michael R Boudreau wrote: I need to merge List A into List B. My plan is to run list_members on both lists and use the Unix 'uniq' tool to find the members of List A who are not already in List B. Then I'll use the web interface's mass subscription page to add the members f

[Mailman-Users] Merging two lists

2010-07-21 Thread Michael R Boudreau
Hi all, I need to merge List A into List B. My plan is to run list_members on both lists and use the Unix 'uniq' tool to find the members of List A who are not already in List B. Then I'll use the web interface's mass subscription page to add the members from List A to List B. Following that,