rfc2822_lone_lf_in_headers
Name
rfc2822_lone_lf_in_headers — rfc2822 conformance
Synopsis
RFC2822_Lone_LF_in_Headers = "fix"
RFC2822_Lone_LF_in_Headers = "pedantic"
Description
Note
This option is available as of version 3.0 and replaces the version 2.2 option of the same name declared in the RFC2822 scope.
From the web UI, when this option has not been set, its value is shown as 0
. This is the integer constant value of the default, pedantic
. Once this option has been set, the string value displays rather than the integer constant. If you set this value from the web UI, choose one of the string values rather than the Custom
option.
RFC 2822 (section 2.2) requires that all headers end with a carriage return (CR) and a linefeed (LF). Technically, any MTA that accepts messages that do not separate headers with a CR LF sequence is not compliant. Therefore, the default behavior is to reject those messages during the SMTP session.
Many mail user agents do not comply to this standard and send messages with headers separated by lone LF. While non-compliant, you can have Momentum rectify these mistakes upon message reception by setting this option to "fix". Note: Setting this to "fix" will incur a slight performance penalty during reception. However, the performance impact is very small (almost negligible for a single message) and only applies to the messages that are badly formatted.
When set to fix
, this option also fixes lone CRs.
Scope
RFC2822_Lone_LF_in_Headers is valid in global and pathway scopes.