Re: Changing X-Sender header

2000-02-10 Thread Wouter Hanegraaff

On Wed, Feb 09, 2000 at 08:02:40AM -0800, Claus Assmann wrote:
 On Wed, Feb 09, 2000, Lars Hecking wrote:
 
   The Sender: header is written by the MTA (eg. sendmail).
 
 sendmail does not generate a "Sender:" header.
 Which MTA does it?

Postfix, if I set the From: address manually with edit_headers. It's set
to the same value as the From (not From:) header on the first line of a
message

Wouter

-- 
Linux duckman 2.2.14 #1 Wed Jan 5 14:45:16 CET 2000 i586 unknown
 11:42am  up 14 days, 18:21,  0 users,  load average: 0.00, 0.02, 0.00



Re: Changing X-Sender header

2000-02-10 Thread Lars Hecking

Wouter Hanegraaff writes:
 On Wed, Feb 09, 2000 at 08:02:40AM -0800, Claus Assmann wrote:
  On Wed, Feb 09, 2000, Lars Hecking wrote:
  
The Sender: header is written by the MTA (eg. sendmail).
  
  sendmail does not generate a "Sender:" header.
  Which MTA does it?
 
 Postfix, if I set the From: address manually with edit_headers. It's set
 to the same value as the From (not From:) header on the first line of a
 message

 This is proper RFC 822 behaviour (Sec. 4.4.2), although the RFC doesn't
 say it's the MTA's job to add Sender:.



Re: Changing X-Sender header

2000-02-10 Thread Wouter Hanegraaff

On Thu, Feb 10, 2000 at 11:02:37AM +0100, Wouter Hanegraaff wrote:
 On Wed, Feb 09, 2000 at 08:02:40AM -0800, Claus Assmann wrote:
  On Wed, Feb 09, 2000, Lars Hecking wrote:
  
The Sender: header is written by the MTA (eg. sendmail).
  
  sendmail does not generate a "Sender:" header.
  Which MTA does it?

I just tested with sendmail, this header is there also when using
sendmail. Isn't the Sender: header added by Mutt somehow, when From:
and the local username differ? No time to look at the source...

Wouter

-- 
Linux duckman 2.2.14 #1 Wed Jan 5 14:45:16 CET 2000 i586 unknown
  2:34pm  up 14 days, 21:14,  0 users,  load average: 0.04, 0.01, 0.00



Changing X-Sender header

2000-02-09 Thread Kent R. Frazier

I'm not sure if this relates to mutt or sendmail, I'm new to both.
Would someone be kind enough to tell me how to change the X-Sender 
header? I have attached a copy of what it currently shows.

Thank you,

Kent
-- 
Kent R. Frazier [EMAIL PROTECTED]
GPG Fingerprint: 5EAC 06F2 6D79 F329 5C45 19AA EC0F 8F5A 9F2E 5558
GPG Key at: http://www.pobox.com/~kfrazier/public-keys.html

Linux: The Operating System for the GNU Millennium



Subject: Test
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0pre3i
Sender: [EMAIL PROTECTED]
Status: RO
Content-Length: 365
Lines: 14




Re: Changing X-Sender header

2000-02-09 Thread Christopher Uy

On Wed, Feb 09, 2000 at 08:26:28AM -0600, Kent R. Frazier wrote:
 I'm not sure if this relates to mutt or sendmail, I'm new to both.
 Would someone be kind enough to tell me how to change the X-Sender 
 header? I have attached a copy of what it currently shows.
 
 Thank you,
 
 Kent
 -- 
 Kent R. Frazier [EMAIL PROTECTED]
 GPG Fingerprint: 5EAC 06F2 6D79 F329 5C45 19AA EC0F 8F5A 9F2E 5558
 GPG Key at: http://www.pobox.com/~kfrazier/public-keys.html
 
 Linux: The Operating System for the GNU Millennium
 

 Subject: Test
 Message-ID: [EMAIL PROTECTED]
 Mime-Version: 1.0
 Content-Type: text/plain; charset=us-ascii
 X-Mailer: Mutt 1.0pre3i
 Sender: [EMAIL PROTECTED]
 Status: RO
 Content-Length: 365
 Lines: 14
 

This action is defined when mutt is compiled and resides in the mutt
binary itself.  If you want to remove it, you could find the
appropriate lines in the source code that adds it and modify the code
accordingly.  Or you could just leave it in as a way to advertise and
advocate the use of mutt. :-)  That's primarily why I haven't taken it
out.

-- 
--
|  Christopher Uy  |  [EMAIL PROTECTED]  |  http://www.chivalry.net   |
--
 "Every successful person has had failures but repeated failure
 is no guarantee of eventual success."

 PGP signature


RE: Changing X-Sender header

2000-02-09 Thread Kent R. Frazier

Sorry, I really ment the "Sender" header, not "X-Sender".

Kent
-- 
Kent R. Frazier [EMAIL PROTECTED]
GPG Fingerprint: 5EAC 06F2 6D79 F329 5C45 19AA EC0F 8F5A 9F2E 5558
GPG Key at: http://www.pobox.com/~kfrazier/public-keys.html

Linux: The Operating System for the GNU Millennium



Re: Changing X-Sender header

2000-02-09 Thread Claus Assmann

On Wed, Feb 09, 2000, Lars Hecking wrote:

  The Sender: header is written by the MTA (eg. sendmail).

sendmail does not generate a "Sender:" header.
Which MTA does it?



Re: Changing X-Sender header

2000-02-09 Thread Lars Hecking

Kent R. Frazier writes:
 Sorry, I really ment the "Sender" header, not "X-Sender".

 The Sender: header is written by the MTA (eg. sendmail).



Re: Changing X-Sender header

2000-02-09 Thread Lars Hecking

Claus Assmann writes:
 On Wed, Feb 09, 2000, Lars Hecking wrote:
 
   The Sender: header is written by the MTA (eg. sendmail).
 
 sendmail does not generate a "Sender:" header.
 Which MTA does it?

 Mutt doesn't, either. What does this leave? Mailing list software?



Re: Changing X-Sender header

2000-02-09 Thread Kent R. Frazier

On Wed, Feb 09, 2000 at 05:05:30PM +, Lars Hecking wrote:
 Claus Assmann writes:
  On Wed, Feb 09, 2000, Lars Hecking wrote:
  
The Sender: header is written by the MTA (eg. sendmail).
  
  sendmail does not generate a "Sender:" header.
  Which MTA does it?
 
  Mutt doesn't, either. What does this leave? Mailing list software?
 
Could this possibly be added by my ISP's smtp server?
-- 
Kent R. Frazier [EMAIL PROTECTED]
GPG Fingerprint: 5EAC 06F2 6D79 F329 5C45 19AA EC0F 8F5A 9F2E 5558
GPG Key at: http://www.pobox.com/~kfrazier/public-keys.html

Linux: The Operating System for the GNU Millennium



Re: Changing X-Sender header

2000-02-09 Thread Eugene Lee

On Wed, Feb 09, 2000 at 01:17:50PM -0600, Kent R. Frazier wrote:
:On Wed, Feb 09, 2000 at 05:05:30PM +, Lars Hecking wrote:
: Claus Assmann writes:
:  On Wed, Feb 09, 2000, Lars Hecking wrote:
:  
:The Sender: header is written by the MTA (eg. sendmail).
:  
:  sendmail does not generate a "Sender:" header.
:  Which MTA does it?
: 
:  Mutt doesn't, either. What does this leave? Mailing list software?

Yes.  Many do so to help identify messages being sent by some daemon.

:Could this possibly be added by my ISP's smtp server?

Probably yes, as well as any other header.


-- 
Eugene Lee
[EMAIL PROTECTED]



Re: Changing X-Sender header

2000-02-09 Thread Edmund GRIMLEY EVANS

Claus Assmann [EMAIL PROTECTED]:

 On Wed, Feb 09, 2000, Lars Hecking wrote:
 
   The Sender: header is written by the MTA (eg. sendmail).
 
 sendmail does not generate a "Sender:" header.
 Which MTA does it?

exim does, sometimes.