Received: from localhost (maia-4.hub.org [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id D464D9FB32B for ; Sat, 23 Jun 2007 20:36:58 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 31509-02 for ; Sat, 23 Jun 2007 20:36:55 -0300 (ADT) X-Greylist: delayed 00:15:58.501922 by SQLgrey-1.7.5 Received: from cuda3.bendbroadband.com (cuda3.bendbroadband.com [216.228.160.103]) by postgresql.org (Postfix) with ESMTP id 9F7AC9FB2F8 for ; Sat, 23 Jun 2007 20:36:55 -0300 (ADT) Received: from [10.100.0.26] (bc1751.bendcable.com [216.228.175.1]) by cuda3.bendbroadband.com (Spam Firewall) with ESMTP id E86913CCBD9; Sat, 23 Jun 2007 16:20:54 -0700 (PDT) Message-ID: <467DAAD5.7020202@commandprompt.com> Date: Sat, 23 Jun 2007 16:20:53 -0700 From: "Joshua D. Drake" User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Robert Treat CC: pgsql-www@postgresql.org, mail@joeconway.org, Marc Fournier Subject: Re: moving plr mailing lists References: <200706231007.13239.xzilla@users.sourceforge.net> In-Reply-To: <200706231007.13239.xzilla@users.sourceforge.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by BendBroadband Relay Firewall at bendbroadband.com X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200706/98 X-Sequence-Number: 12137 Robert Treat wrote: > Howdy folks, > > Joe is hoping to regenerate the archives from his old mailing list > http://gborg.postgresql.org/mailman/listinfo/plr-general > into his new mailing list at > http://pgfoundry.org/mailman/listinfo/plr-general. One potential issue is > that he has had traffic on both lists, and some of it overlaps (date wise). > Can we still regenerate his archives, or will that wipe out the new posts on > the new list? > In theory yes. You could concatenate both mbox files on top of each other and regenerate the archive. It will cause the threads to be interspersed of course but it should work. J