Skip to main content

Name

ec_dk_responsible_domain — Function to return responsible domain

Synopsis

#include "modules/validate/ec_dk.h"

| int **ec_dk_responsible_domain** ( | m, |   | |   | ctx, |   | |   | domain); |   |

ec_message * <var class="pdparam">m</var>; validate_context * <var class="pdparam">ctx</var>; char ** <var class="pdparam">domain</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 return responsible domain.

Parameters

m

-- pointer to the email message to be signed.

ctx

-- pointer to validation context.

domain

-- return the responsible domain if found, otherwise NULL. Caller must free it.

Return Values

1 or 0. Not meaningful at this point.

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

Was this page helpful?