Skip to main content

ec_parse_rfc3464_delivery_status

Last updated March 2020

Name

ec_parse_rfc3464_delivery_status — Parses an rfc3464 dsn into its attributes, recorded into a ECDict

Synopsis

#include "soft_bounce.h"

| int **ec_parse_rfc3464_delivery_status** ( | mess, |   | |   | fields); |   |

ec_message * <var class="pdparam">mess</var>; ECDict * <var class="pdparam">fields</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Parses an rfc3464 dsn into its attributes, recorded into a ECDict.

On success fields is allocated and must be freed by the caller.

Parameters

mess
  • MDN mail.
fields
  • Hash table of header/value pairs. Caller must drop this hash table.

Return Values

1 if message is an RFC 3464 DSN, otherwise 0.

Was this page helpful?