ec_dkim_responsible_domain_string
Name
ec_dkim_responsible_domain_string — Function to return responsible domain
Synopsis
#include "modules/validate/ec_dkim.h"
| int **ec_dkim_responsible_domain_string** (
| m, | |
| | ctx, | |
| | domain)
; | |
ec_message * <var class="pdparam">m</var>
;
validate_context * <var class="pdparam">ctx</var>
;
string * <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.
- m
-
-- pointer to the email message to be signed.
- ctx
-
-- pointer to validation context.
- domain
-
-- return the responsible domain if found, otherwise blank.
1 or 0. Not meaningful at this point.
**Configuration Change. ** This feature is available starting from Momentum 3.5.