Skip to main content

msys.rfc3464.compute_delivery_status_string

Last updated March 2020

Name

msys.rfc3464.compute_delivery_status_string — Generate RFC3464 compliant delivery status headers

Synopsis

msys.rfc3464.compute_delivery_status_string(response_text);

response_text: string

Description

This function is similar to the compute_delivery_status function but returns a string concatenation of the header/value pairs separated by \r\n. This string is ready for insertion into the original message to form an MDN.

Enable this function with the statement require('msys.rfc3464');.

See Also

Was this page helpful?