Return-Path:
Return address of sender RFC2822
The Return-Path:
header is intended to show the envelope address of
the real sender as opposed to the sender used for
replying (the From:
and Reply-To:
headers). In posting Usenet
news, for example, the Return-Path:
shows “news” and the
From:
shows the
address of the posting user. But in general,
Return-Path:
should never be used for replying to mail. It is
intended to be used solely for notification of
delivery errors.
There must be only one Return-Path:
header in any mail
message, and it should be placed there by the site
performing final delivery. This header should be
declared in the configuration file like this:
H?P?Return-Path: $g
The ?P?
flag
ensures that only delivery agents that perform final
delivery insert this header. Those delivery agents
are usually prog
and local
, which
usually contain an F=P
delivery agent flag.
The $g
macro ($g on page 824) contains as its
value the address of the sender relative to the
recipient.
Unfortunately, two circumstances can cause the
Return-Path:
header to contain incorrect information. First, the
message might arrive at your site with this header
already there. If this happens, that wrong header
will normally not be replaced. You can, however,
define H_ACHECK (Replace headers with H_ACHECK on page 1139) in conf.c and
cause this header to be replaced even if it is
already in the message.
The second problem stems from the fact that final
delivery might not really be final. The local
delivery agent ...
Get sendmail, 4th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.