From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40004 Path: main.gmane.org!not-for-mail From: "Matt Armstrong" Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] Bug fix for mail-followup-to Date: Sun, 04 Nov 2001 12:21:52 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: <871yjeibov.fsf@squeaker.lickey.com> References: <87hesbef4i.fsf@squeaker.lickey.com> <2nady2wqqb.fsf@zsh.cs.rochester.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035175623 30960 80.91.224.250 (21 Oct 2002 04:47:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:47:03 +0000 (UTC) Return-Path: Original-Received: (qmail 16989 invoked from network); 4 Nov 2001 19:23:08 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 4 Nov 2001 19:23:08 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 160Sqh-0005US-00; Sun, 04 Nov 2001 13:22:27 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 04 Nov 2001 13:22:07 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id NAA08676 for ; Sun, 4 Nov 2001 13:21:55 -0600 (CST) Original-Received: (qmail 16968 invoked by alias); 4 Nov 2001 19:22:10 -0000 Original-Received: (qmail 16963 invoked from network); 4 Nov 2001 19:22:09 -0000 Original-Received: from hank.lickey.com (64.81.100.235) by gnus.org with SMTP; 4 Nov 2001 19:22:09 -0000 Original-Received: from squeaker.lickey.com (squeaker.lickey.com [192.168.100.10]) by hank.lickey.com (Postfix) with ESMTP id 914FFEE30 for ; Sun, 4 Nov 2001 12:21:55 -0700 (MST) Original-Received: from localhost (localhost [127.0.0.1]) by squeaker.lickey.com (Postfix) with ESMTP id 49F05BD48 for ; Sun, 4 Nov 2001 12:21:55 -0700 (MST) Original-Received: by squeaker.lickey.com (Postfix, from userid 1000) id 8784FBD25; Sun, 4 Nov 2001 12:21:54 -0700 (MST) Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org In-Reply-To: <2nady2wqqb.fsf@zsh.cs.rochester.edu> (ShengHuo ZHU's message of "Sun, 04 Nov 2001 09:33:16 -0500") Original-Lines: 19 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-debian-linux-gnu) X-Delivery-Agent: TMDA v0.40/Python 1.5.2 (linux2) X-Virus-Scanned: by AMaViS snapshot-20010714 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40004 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40004 ShengHuo ZHU writes: > "Matt Armstrong" writes: > >> If you trace through message-send-mail, you'll see that the second >> call to message-generate-headers -- the one that adds the >> Mail-Followup-To: header -- erases the previously generated Date:, >> Message-Id: and Lines: headers. This is bad because only the Lines: >> header gets subsequently generated, so the Message-Id: and Date: >> headers must be inserted by the MTA (sendmail, etc.). > > Thanks. I fix it in another way, calling message-generate-headers > once. A better fix, and it works too! ;-) -- matt