Lev Lafayette wrote:
>
>I have a number of lists. Due to the fact that there's a fair bit of
>crossover between them, I want to close down all but one of them.
>However I want to get the archives of the old lists and merge them with
>the list I want to keep.


Since you are going to be merging the archives into one, you are
presumably not concerned about invalidating previously saved archive
URLs, since I don't know how they would be maintained in any merge.

The short answer is concatenate the
archives/private/<listname>.mbox/<listname>.mbox files for the lists
into one collective file which replaces the
archives/private/<listname>.mbox/<listname>.mbox file for the list you
are going to keep. Then run

 bin/arch --wipe listname

for the 'kept' list to build a new archive with all messages.

Depending on how old your lists are, it may be helpful to check the
.mbox file with bin/cleanarch first.

See

 bin/arch --help
 bin/cleanarch --help

-- 
Mark Sapiro <[EMAIL PROTECTED]>       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://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to