rfc2822_date_header
Name
rfc2822_date_header — rfc2822 conformance
Synopsis
rfc2822_date_header = "ignore"
rfc2822_date_header = "pedantic"
rfc2822_date_header = "ifneeded"
Description
RFC 2822 requires that a Date header be present in all email messages. This requirement can often pose problems with incompatible mail user agents that neglect to present messages with Date fields.
The default, "ifneeded," behavior is to add a Date header if one is not present upon receiving the message.
If you would prefer to reject messages that do not contain a Date header, the "pedantic" option can be used.
If you would prefer to accept messages without Date headers and have Momentum attempt delivery of those messages without adding a Date header, a value of "ignore" may be specified.
Scope
rfc2822_date_header
is valid in the global and the pathway scopes.