From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56140 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: How to avoid resent- headers? Date: Wed, 21 Jan 2004 11:02:36 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: <87smi9y5z7.fsf@emptyhost.emptydomain.de> References: <87n08kng8x.fsf@home.lan> <87llo3brey.fsf@emptyhost.emptydomain.de> <87zncjsh3z.fsf@doohan.bang.priv.no> <87n08jt39m.fsf@emptyhost.emptydomain.de> <87oesys936.fsf@doohan.bang.priv.no> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074679385 12407 80.91.224.253 (21 Jan 2004 10:03:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2004 10:03:05 +0000 (UTC) Original-X-From: ding-owner+M4680@lists.math.uh.edu Wed Jan 21 11:02:59 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AjFCM-0000VY-00 for ; Wed, 21 Jan 2004 11:02:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AjFBw-0006nz-00; Wed, 21 Jan 2004 04:02:32 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AjFBk-0006nu-00 for ding@lists.math.uh.edu; Wed, 21 Jan 2004 04:02:20 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id F314C3A0063 for ; Wed, 21 Jan 2004 04:02:19 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1AjFBj-0002H4-00 for ; Wed, 21 Jan 2004 11:02:19 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 28 Original-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de Original-X-Trace: quimby.gnus.org 1074679339 8134 213.203.244.156 (21 Jan 2004 10:02:19 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Wed, 21 Jan 2004 10:02:19 +0000 (UTC) User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:vaAcBXYIzADGT71DApOWY7GJ5MU= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56140 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56140 Steinar Bang writes: >>>>>> Kai Grossjohann : > >> If you pass the message to "sendmail -t", then sendmail will look >> whether the resent-foo headers exist and use that. Only if >> resent-foo does not exist, then sendmail will look at the foo >> header. > > OK. It's used by sendmail to do the actual resend? I guess that sendmail.el feeds the message to "/usr/lib/sendmail -t" without further ado. /usr/lib/sendmail is then responsible for looking at the Resent- headers. >> Search for "Resent-" in smtpmail.el for further information. > > Do you mean in sendmail.el? No. > smtpmail.el presumably speaks SMTP to hand off the message, and > doesn't need the message to have resent- headers, at least not when > sending it off. smtpmail.el computes the envelope from the resent- headers. Kai