Differences between revisions 2 and 3
Revision 2 as of 2009-03-28 21:26:53
Size: 750
Editor: terri
Comment:
Revision 3 as of 2009-03-28 21:26:54
Size: 731
Editor: terri
Comment: Migrated to Confluence 4.0
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DOC/versions/14352589 #pragma page-filename DOC/versions/15958292
Line 3: Line 3:
Line 24: Line 25:
<<Color2(Converted from the Mailman FAQ Wizard, col=darkgreen)>>This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].
Converted from the Mailman FAQ Wizard

This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].

5.1. How do I import an archive into a new mailing list?

If your archive is in mbox format copy it to

   archives/private/<list>.mbox/<list>.mbox  (where <list> is your list name)

then run

    bin/arch <list> archives/private/<list>.mbox/<list>.mbox

If it's not in mbox format then you need to figure out how to convert it from whatever form it's in to mbox.

Note, that public archive files are just a softlink to

  archives/private/<list>.mbox/<list>.mbox

so you don't have to do the same job twice.

Converted from the Mailman FAQ Wizard

This is one of many Frequently Asked Questions.

MailmanWiki: DOC/How do I import an archive into a new mailing list? (last edited 2015-09-02 15:53:50 by msapiro)