Gnus development mailing list
 help / color / mirror / Atom feed
From: Mark Moll <mmoll@cs.cmu.edu>
Cc: ding@ifi.uio.no
Subject: Re: wrong "From:" line
Date: 17 Oct 1996 13:21:21 -0400	[thread overview]
Message-ID: <uttramxzeum.fsf@gs236.sp.cs.cmu.edu> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of 16 Oct 1996 21:08:45 +0100

>>> On 16 Oct 1996 21:08:45 +0100, Lars Magne Ingebrigtsen (LMI) wrote:
LMI> mmoll@gs236.sp.cs.cmu.edu writes:
>> How can I change the default "From:" header line? Now I have the following
>> lines in my .gnus:
>> 
>> (setq user-mail-address "mmoll@cs.cmu.edu"
>> mail-host-address "cs.cmu.edu"
>> message-default-headers "Reply-To: mmoll+@cs.cmu.edu\n")
>> 
>> But somehow the from line gets changed to:
>> 
>> From: mmoll@gs236.sp.cs.cmu.edu

LMI> That's odd.  Could you look in the "*sent ...*" buffer after sending
LMI> the message and see what the From header looks like there?

There was no "*sent ...*" buffer, but I found out that it was more a
sendmail problem than a gnus problem. I just had to remove the "-f" option:

> diff -c message.el~ message.el
*** message.el~ Fri Sep  6 19:38:09 1996
--- message.el  Thu Oct 17 13:16:39 1996
***************
*** 1382,1388 ****
                           nil errbuf nil "-oi")
                     ;; Always specify who from,
                     ;; since some systems have broken sendmails.
!                    (list "-f" (user-login-name))
                     ;; These mean "report errors by mail"
                     ;; and "deliver in background".
                     (if (null message-interactive) '("-oem" "-odb"))
--- 1382,1388 ----
                           nil errbuf nil "-oi")
                     ;; Always specify who from,
                     ;; since some systems have broken sendmails.
! ;                  (list "-f" (user-login-name))
                     ;; These mean "report errors by mail"
                     ;; and "deliver in background".
                     (if (null message-interactive) '("-oem" "-odb"))

-- 
Mark Moll                                              
e-mail: mmoll@cs.cmu.edu              |  Carnegie Mellon University
phone:  (412) 268 1120                |  Dept. of Computer Science
URL:    http://www.cs.cmu.edu/~mmoll  |  5000 Forbes Avenue
PGP:    finger e-mail address         |  Pittsburgh, PA  15213


      reply	other threads:[~1996-10-17 17:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-10-16 13:28 mmoll
1996-10-16 20:08 ` Lars Magne Ingebrigtsen
1996-10-17 17:21   ` Mark Moll [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uttramxzeum.fsf@gs236.sp.cs.cmu.edu \
    --to=mmoll@cs.cmu.edu \
    --cc=ding@ifi.uio.no \
    --cc=mmoll+@cs.cmu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).