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 List B.


Or you could just concatenate the List A and List B list_members output
and use that as input to bin/sync_members ListB.

See bin/sync_members --help for usage. Note if you use '-f' on
list_members for List A, the real names will be added too.


>Following that, I'll run rmlist on List A without deleting its archives.
>
>However, ideally I'd like to make the archives of Lists A and B available in 
>one place to all the members of the new expanded List B.


Concatenate the archives/private/lista.mbox/lista.mbox and
archives/private/listb.mbox/listb.mbox files to make a new combined
archives/private/listb.mbox/listb.mbox and then run

 bin/arch --wipe listb

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to