Re: [Exim] Sender apparently set but h_sender is null

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: David Woodhouse
Ημερομηνία:  
Προς: Paul Jolly
Υ/ο: exim-users
Αντικείμενο: Re: [Exim] Sender apparently set but h_sender is null
On Tue, 2004-02-24 at 16:49 +0000, Paul Jolly wrote:
> Does the $h_Sender question remain unanswered, or should I always use
> $sender_address?


cf. RFC2821 and RFC2822.

The Sender: header in the mail itself ($h_sender), if such exists, is
completely distinct from the address used in the SMTP 'MAIL FROM:'
command ($sender_address).

They may often appear similar. That should be considered merely
coincidence.

--
dwmw2