ec_generate_rfc3464_delivery_status
Name
ec_generate_rfc3464_delivery_status — renders an RFC3464 report block into the provided string
Synopsis
#include "soft_bounce.h"
| void **ec_generate_rfc3464_delivery_status** (
| output, | |
| | mess, | |
| | custom_fields, | |
| | action, | |
| | attempt)
; | |
string * <var class="pdparam">output</var>
;
ec_message * <var class="pdparam">mess</var>
;
ECDict <var class="pdparam">custom_fields</var>
;
dsn_actype <var class="pdparam">action</var>
;
struct timeval * <var class="pdparam">attempt</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.
renders an RFC3464 report block into the provided string.