rfc2822_trace_headers
Name
rfc2822_trace_headers — rfc2822 conformance
Synopsis
rfc2822_trace_headers = "true"
rfc2822_trace_headers = "false"
Description
Trace headers are headers added to the email message as it passes through the system to provide evidence of its transit through the MTA. These are of the form "Return-path:" and "Received:". If this option is set to true
, the following occurs:
-
If there is no Return-Path, Momentum will add one using the MAILFROM
-
If there is a Return-Path, Momentum will replace it with the MAILFROM
-
Momentum will add a Received header for this hop
If this option is set to false
, the following occurs:
-
If there is no Return-Path, Momentum will not add one
-
If there is a Return-Path, Momentum will ignore the existing header
-
Ecelerity will not add a Received header for this hop
Trace headers are defined in RFC 822 and 2822 and recommended by RFC 821 and 2821. It is recommended that they be enabled (per the default), but can be disabled under special circumstances by setting this option to false
.
Turning off trace headers can easily result in messages looking like direct-to-mx spam, especially if there are no additional hops through internal MTAs before leaving the network.
Turning off trace headers may hamper mail loop detection methods, allowing malformed addresses to loop infinitely through the system.
Scope
rfc2822_trace_headers
is valid in the global and the pathway scopes.