Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 0B7002E330E for ; Tue, 11 Mar 2008 12:25:58 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 21674-02 for ; Tue, 11 Mar 2008 12:25:40 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by postgresql.org (Postfix) with ESMTP id 237B82E3305 for ; Tue, 11 Mar 2008 12:25:38 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.2/8.14.2) with ESMTP id m2BFPZDC020895; Tue, 11 Mar 2008 11:25:35 -0400 (EDT) To: Andrew Sullivan cc: pgsql-www@postgresql.org Subject: Re: Email not searchable in our archives In-reply-to: <20080311151645.GB1465@crankycanuck.ca> References: <200803110329.m2B3Tr204668@momjian.us> <9496.1205206660@sss.pgh.pa.us> <20080311111040.GA6767@alvh.no-ip.org> <19906.1205247463@sss.pgh.pa.us> <20080311151645.GB1465@crankycanuck.ca> Comments: In-reply-to Andrew Sullivan message dated "Tue, 11 Mar 2008 11:16:45 -0400" Date: Tue, 11 Mar 2008 11:25:35 -0400 Message-ID: <20894.1205249135@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/212 X-Sequence-Number: 14331 Andrew Sullivan writes: > On Tue, Mar 11, 2008 at 10:57:43AM -0400, Tom Lane wrote: >> Whether it's an attachment or not is irrelevant --- the standards for >> this don't even know that there is such a thing as an attachment. > That's not quite right: MIME knows about message parts, which is really what > we mean by "attachment". My bet is that the problem (I haven't looked at > the pieces that are doing this) is that something (mhonarc?) isn't handling > MIME message parts correctly (maybe during the transition to mailbox > format?). Right, the problem is exactly that Unix mbox format knows about "From " (and nothing else) as a message separator. Whatever code dumps messages into such a file *must* escape data lines beginning with "From ". regards, tom lane