SYNOPSIS |
#include <dmarc.h>
OPENDMARC_STATUS_T opendmarc_policy_fetch_pct(
DMARC_POLICY_T *pctx,
int *pctp
);
Query the library to find the pct= value from the DMARC record.
|
DESCRIPTION |
Called When |
opendmarc_policy_fetch_pct()
is called after the DMARC record has been fetched and parsed.
|
|
---|
ARGUMENTS |
|
RETURN VALUES |
- DMARC_PARSE_OKAY -- On success.
- DMARC_PARSE_ERROR_NULL_CTX -- If you passed in a pctx value that was NULL.
- DMARC_PARSE_ERROR_EMPTY -- The pctp pointer was NULL.
|
NOTES |
|