Skip to main content

Name

ec_dkim_reflect — Function to reflect validation result to email address specified in "rcpts"

Synopsis

#include "modules/validate/ec_dkim.h"

| int **ec_dkim_reflect** ( | m, |   | |   | ctx, |   | |   | sender, |   | |   | rcpts, |   | |   | subject, |   | |   | note); |   |

ec_message * <var class="pdparam">m</var>; validate_context * <var class="pdparam">ctx</var>; const char * <var class="pdparam">sender</var>; const char * <var class="pdparam">rcpts</var>; const char * <var class="pdparam">subject</var>; const char * <var class="pdparam">note</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.

Function to reflect validation result to email address specified in "rcpts".

Module dkim_validate must be configured.

Parameters

m
  • email message.
ctx
  • validation context.
sender
  • email address of sender of this reflection email.
rcpts
  • list of recipients separated by ";".
subject
  • text to be used in the subject line.
note
  • additional explanatory text to be added to the reflection email.

Return Values

1 - successful; 0 - module is not configured; -1 - wrong state; -2 - wrong phase; -3 - incorrect input.

**Configuration Change. ** This feature is available starting from Momentum 3.1.

Was this page helpful?