NAME
Sympa::Spindle::TransformOutgoing - Process to transform messages - second stage
DESCRIPTION
This class executes the second stage of message transformation to be sent through the list. This stage is put after storing messages into archive spool (See also Sympa::Spindle::DistributeMessage). Transformation processes by this class are done in the following order:
- Executes
post_archivehook of message hooks if available. - Adds / modifies
Reply-Toheader field, ifreply_to_headerlist option is enabled. - Adds / overwrites following header fields:
X-LoopX-SequenceErrors-ToPrecedenceSenderX-no-archive
- Adds header fields specified by
custom_headerlist configuration parameter, if any. - Adds RFC 2919
List-Idfield, RFC 2369 fields (according torfc2369_header_fieldslist configuration option) and RFC 5064Archived-Atfield (if archiving is enabled). - Removes header fields specified by
remove_outgoing_headerslist configuration parameter, if any.
Then this class passes the message to the last stage of transformation, Sympa::Spindle::ToList.
CAVEAT
- Transformation by this class can break integrity of DKIM signature,
because some header fields may be removed according to
remove_outgoing_headerslist configuration parameter.
SEE ALSO
Sympa::Message, Sympa::Message::Plugin, Sympa::Spindle, Sympa::Spindle::DistributeMessage.
HISTORY
Sympa::Spindle::TransformOutgoing appeared on Sympa 6.2.13.