From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6158 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Mail without `From:' lines Date: 06 May 1996 14:12:40 +0200 Sender: abraham@dina.kvl.dk Message-ID: References: <877muqhx86.fsf@pfawww.pp.se> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035146655 2751 80.91.224.250 (20 Oct 2002 20:44:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:44:15 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id FAA15923 for ; Mon, 6 May 1996 05:52:55 -0700 Original-Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 6 May 1996 14:15:20 +0200 Original-Received: from kleene.dina.kvl.dk (kleene.dina.kvl.dk [130.225.40.223]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id OAA26389; Mon, 6 May 1996 14:07:10 +0200 Original-Received: (abraham@localhost) by kleene.dina.kvl.dk (8.6.12/8.6.4) id OAA10028; Mon, 6 May 1996 14:12:41 +0200 Original-To: ding@ifi.uio.no X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: Per Abrahamsen's message of 06 May 1996 14:00:54 +0200 Original-Lines: 30 X-Mailer: September Gnus v0.81/Emacs 19.30 Xref: main.gmane.org gmane.emacs.gnus.general:6158 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6158 I just tried to a message without a From: header by talking to sendmail directly. Sendmail automatically created a From: header, using the envelope sender. Here is some extracts from the test (indentation added by me): kleene% telnet smtp smtp mail from: amanda 250 amanda... Sender ok rcpt to: abraham 250 abraham... Recipient ok help data data 354 Enter mail, end with "." on a line by itself test . 250 NAA26313 Message accepted for delivery quit kleene% cat /var/spool/mail/abraham From amanda Mon May 6 13:58:56 1996 Date: Mon, 6 May 1996 13:57:50 +0200 From: amanda Message-Id: <199605061157.NAA26313@elc1.dina.kvl.dk> Apparently-To: abraham test kleene%