From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85624 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: mail-header-separator starting with whitespace fails Date: Wed, 28 Jan 2015 17:33:53 +0900 Organization: Emacsen advocacy group Message-ID: References: <87r43xvdx3.fsf@windlord.stanford.edu> <87y4onwj2y.fsf@building.gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1422434090 2032 80.91.229.3 (28 Jan 2015 08:34:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Jan 2015 08:34:50 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33865@lists.math.uh.edu Wed Jan 28 09:34:46 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YGO5F-0006HH-MM for ding-account@gmane.org; Wed, 28 Jan 2015 09:34:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1YGO4e-0001Em-3W; Wed, 28 Jan 2015 02:34:08 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YGO4a-0001EP-HB for ding@lists.math.uh.edu; Wed, 28 Jan 2015 02:34:04 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YGO4X-0007HN-4z for ding@lists.math.uh.edu; Wed, 28 Jan 2015 02:34:02 -0600 Original-Received: from memphis-mail.hostforweb.net ([216.246.47.48] helo=memphis.hostforweb.net) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1YGO4T-0007e2-Ep for ding@gnus.org; Wed, 28 Jan 2015 09:33:57 +0100 Original-Received: from localhost ([127.0.0.1]:35241) by memphis.hostforweb.net with smtp (Exim 4.84) (envelope-from ) id 1YGO4M-003Yum-Ep for ding@gnus.org; Wed, 28 Jan 2015 02:33:50 -0600 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130012 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.12) Emacs/25.0.50 (i686-pc-cygwin) Cancel-Lock: sha1:nUHlzabvLhJQBJcOEZuSrChWhXo= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - memphis.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: memphis.hostforweb.net: acl_c_authenticated_local_user: yamaokac X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.0 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85624 Archived-At: On Wed, 28 Jan 2015 16:49:25 +1100, Lars Ingebrigtsen wrote: >> (defun rfc822-goto-eoh () [...] >> This function is used by `smtpmail-send-it' by way of >> `mail-sendmail-undelimit-header' to delete the separator, but >> the original one doesn't respect `mail-header-separator'. > The mail header separator should have been stripped before the message > was passed to smtpmail, though, so I think something else must be wrong > somewhere... Gnus seems to have been not deleting the mail-header-separator before passing a message to message-send-mail-function for over ten years. I've verified it using message-mail of Ma Gnus v0.1, No Gnus v0.1, and Oort Gnus v0.01 (2001-04-14). ;-)