From owner-freebsd-hackers Mon Mar 24 13:58:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA11903 for hackers-outgoing; Mon, 24 Mar 1997 13:58:33 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA11898 for ; Mon, 24 Mar 1997 13:58:30 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA23592; Mon, 24 Mar 1997 14:42:10 -0700 From: Terry Lambert Message-Id: <199703242142.OAA23592@phaeton.artisoft.com> Subject: Re: Cool Web page interface to mail + search engine? To: jfieber@indiana.edu Date: Mon, 24 Mar 1997 14:42:10 -0700 (MST) Cc: terry@lambert.org, jmb@freefall.freebsd.org, langfod@dihelix.com, hasty@rah.star-gate.com, hackers@FreeBSD.org In-Reply-To: from "John Fieber" at Mar 24, 97 04:45:28 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > The benefit is in having a date-order stamp on message *that came > > into* majordomo. > > Ah, I see what you are getting at. I'm wondering if it would be > less hassle to simply use the Received: header that sendmail on > freefall attaches automatically: > > Received: (from root@localhost) > by freefall.freebsd.org (8.8.5/8.8.5) id JAA19763 > for hackers-outgoing; Mon, 24 Mar 1997 09:26:41 -0800 (PST) > > Stepping back a bit, for a variety of reasons, the headers need > to be massaged before indexing, and that would be a prime time to > extract the date from the Received line into a form more suitable > for indexing and retrieval. I already do that with the Date > field. OK... I was just thinking that the "massage" could be done by a local SMTP modification on freefall to put the stamp in the desired format, since it is a generated value anyway. This would save later header banging. But if you must do header banging anyway... then toy can go ahead and do it without worring about the issue. In any case, a known date stamp and Subject line should be enough to thread most data correctly. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.