Skip to main content

Name

ec_dkim_get_verify_results — Return the number of DKIM signature results

Synopsis

#include "modules/validate/dkim.h"

| int **ec_dkim_get_verify_results** ( | vctx, |   | |   | results); |   |

validate_context * <var class="pdparam">vctx</var>; ec_dkim_verify_results ** <var class="pdparam">results</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.

Return the number of DKIM signature results.

Parameters

vctx

-- validation context

results

-- signature results.

Return Values

1 or 0

Was this page helpful?