ec_dkim_domains_string
Name
ec_dkim_domains_string — Function to return a list of valid signing domains
Synopsis
#include "modules/validate/ec_dkim.h"
| int **ec_dkim_domains_string** (
| m, | |
| | ctx, | |
| | domains)
; | |
ec_message * <var class="pdparam">m</var>
;
validate_context * <var class="pdparam">ctx</var>
;
string * <var class="pdparam">domains</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 a list of valid signing domains.
- m
-
-- pointer to the email message to be signed.
- ctx
-
-- pointer to validation context.
- domains
-
-- return the list of valid signing domains. Caller must create and initialize domains.
1 or 0. Not meaningful at this point.
**Configuration Change. ** This feature is available starting from Momentum 3.5.