Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 2C1092E2B91 for ; Tue, 11 Mar 2008 12:31:00 -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 22567-02 for ; Tue, 11 Mar 2008 12:30:36 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from lists.commandprompt.com (host-159.commandprompt.net [207.173.203.159]) by postgresql.org (Postfix) with ESMTP id 211F22E00D8 for ; Tue, 11 Mar 2008 12:30:35 -0300 (ADT) Received: from perhan.alvh.no-ip.org (190-95-27-98.bk17-dsl.surnet.cl [190.95.27.98]) (authenticated bits=0) by lists.commandprompt.com (8.13.8/8.13.8) with ESMTP id m2BFUuD3018057 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 11 Mar 2008 08:30:59 -0700 Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id A874D47BFD; Tue, 11 Mar 2008 12:30:25 -0300 (CLST) Date: Tue, 11 Mar 2008 12:30:25 -0300 From: Alvaro Herrera To: Tom Lane Cc: Andrew Sullivan , pgsql-www@postgresql.org Subject: Re: Email not searchable in our archives Message-ID: <20080311153025.GN9116@alvh.no-ip.org> 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> <20894.1205249135@sss.pgh.pa.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20894.1205249135@sss.pgh.pa.us> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (lists.commandprompt.com [207.173.203.159]); Tue, 11 Mar 2008 08:31:01 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/213 X-Sequence-Number: 14332 Tom Lane wrote: > Andrew Sullivan writes: > > 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 ". It would be Majordomo's fault then. However, I think you'd find that if you complain about it to them, they will tell you that they correctly handle the "From " line in the message body but they don't touch it inside MIME parts. And they would be right ... Still, it would be a good idea to ask. -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc.