Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 6A3462E301B for ; Tue, 11 Mar 2008 12:17:20 -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 36316-02-9 for ; Tue, 11 Mar 2008 12:17:08 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from main2.mycybernet.net (main2.mycybernet.net [209.222.63.140]) by postgresql.org (Postfix) with ESMTP id BD8A42E2D6F for ; Tue, 11 Mar 2008 12:17:02 -0300 (ADT) Received: from 227-54-222-209.mycybernet.net ([209.222.54.227] helo=crankycanuck.ca) by main2.mycybernet.net with esmtp (Exim 4.62) (envelope-from ) id 1JZ6Di-0000mr-AV for pgsql-www@postgresql.org; Tue, 11 Mar 2008 11:16:50 -0400 Received: by crankycanuck.ca (Postfix, from userid 1000) id 13D4C50190; Tue, 11 Mar 2008 11:16:45 -0400 (EDT) Date: Tue, 11 Mar 2008 11:16:45 -0400 From: Andrew Sullivan To: pgsql-www@postgresql.org Subject: Re: Email not searchable in our archives Message-ID: <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19906.1205247463@sss.pgh.pa.us> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/211 X-Sequence-Number: 14330 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?). A