Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 049FA2E01E4 for ; Tue, 11 Mar 2008 00:37:55 -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 73668-10 for ; Tue, 11 Mar 2008 00:37:51 -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 0E6782E01B6 for ; Tue, 11 Mar 2008 00:37:51 -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 m2B3beZ8009497; Mon, 10 Mar 2008 23:37:40 -0400 (EDT) To: Bruce Momjian cc: Alvaro Herrera , PostgreSQL www Subject: Re: Email not searchable in our archives In-reply-to: <200803110329.m2B3Tr204668@momjian.us> References: <200803110329.m2B3Tr204668@momjian.us> Comments: In-reply-to Bruce Momjian message dated "Mon, 10 Mar 2008 23:29:53 -0400" Date: Mon, 10 Mar 2008 23:37:40 -0400 Message-ID: <9496.1205206660@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/202 X-Sequence-Number: 14321 Bruce Momjian writes: > Alvaro Herrera wrote: >> The problem here is that your message contains a text/plain attachment >> with the dreaded "^From " line, which causes Mhonarc to think it's a >> separate message. Not sure if there's something we can do about this. >> One idea would be making the separator contain the list address in the >> "^From " line. > Yea, I can see how that would happen. Sorry. I can probably modify my > mailer to escape those "From" lines but that isn't going to fix it for > other posters. The "From " to ">From " kluge is supposed to happen during delivery into a Unix-format mailbox. There *is not* any restriction on messages in flight that they not contain lines starting with "From ". So if this broke the archives, the fault is on the archives' side not Bruce's. http://www.faqs.org/rfcs/rfc822.html regards, tom lane