Gnus development mailing list
 help / color / mirror / Atom feed
* wrong "From:" line
@ 1996-10-16 13:28 mmoll
  1996-10-16 20:08 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: mmoll @ 1996-10-16 13:28 UTC (permalink / raw)



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

I use XEmacs 19.14 and Gnus v5.2.40. The system mail delivery agent is
MMDF's deliver and I use movemail & procmail to fetch the mail and sort it
in the right folders. 

-- 
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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: wrong "From:" line
  1996-10-16 13:28 wrong "From:" line mmoll
@ 1996-10-16 20:08 ` Lars Magne Ingebrigtsen
  1996-10-17 17:21   ` Mark Moll
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-10-16 20:08 UTC (permalink / raw)
  Cc: mmoll+

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

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

-- 
  "Yes.  The journey through the human heart 
     would have to wait until some other time."


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: wrong "From:" line
  1996-10-16 20:08 ` Lars Magne Ingebrigtsen
@ 1996-10-17 17:21   ` Mark Moll
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Moll @ 1996-10-17 17:21 UTC (permalink / raw)
  Cc: ding

>>> 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1996-10-17 17:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-10-16 13:28 wrong "From:" line mmoll
1996-10-16 20:08 ` Lars Magne Ingebrigtsen
1996-10-17 17:21   ` Mark Moll

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).