Stewart, Tom wrote:
>
>I inherited a mailman system and need to move some monthly archives from
>a list called test to the actual mailing list. Both lists are on the
>same system. 
>
>Everything I could find indicates to copy the file over to the public or
>private area and then run  \arch --wipe maillistname.
>
>When I do that, it justs deletes the .txt and folder that I copied over.
>
>What am I missing?


What you need to do is merge the
archives/private/test_list.mbox/test_list.mbox file with the
archives/private/maillistname.mbox/maillistname.mbox so that you wind
up with archives/private/maillistname.mbox/maillistname.mbox
containing its original contents plus that of the test_list.mbox file.
Then

bin/arch --wipe maillistname

will build a complete archive.

See
<http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.003.htp>
for some more info.

-- 
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