On Thu, Aug 30, 2001 at 11:39:55AM -0400,
  Cameron Childress <[EMAIL PROTECTED]> wrote:
> 
> I am working on relaying manually created mail files through MS's SMTP
> service (part of the IIS Option pack) to a Qmail server for final delivery.
> I'm trying to properly format headers to that if a message bounces it is
> returned to the "sender", not the "reply-to", "from", or any other address.

Servers that aren't broken, are NEVER supposed to send bounce messages to
addresses extracted from rfc 822 headers.

Bounces go to the envelope sender address. How you set this depends on
how your MUA and MTA interact. Typically an injection program is run
that sets this. The default is usually either the current account and
host or that set as the user's email address in the email client.

The rfc 822 sender header does not set the envelope sender address.
It is used when there are multiple from addresses or when the from address
is different then the sender.

Reply via email to