Skip to main content

Name

cloudmark_analysis — Analyzes the header returned by cloudmark_score and returns score, category, sub-category and rescan

Synopsis

#include "modules/validate/ec_cloudmark_api.h"

| int **cloudmark_analysis** ( | cm_header, |   | |   | m, |   | |   | score); |   |

const char * <var class="pdparam">cm_header</var>; ec_message * <var class="pdparam">m</var>; unsigned int * <var class="pdparam">score</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.

Analyzes the header returned by cloudmark_score and returns score, category, sub-category and rescan.

Parameters

cm_header
  • the header generated by cloudmark engine.
m
  • email message. The analysis results are stored inside ECMESS_CTX_MESS.
score
  • the score contained in the header.

Return Values

-1 if something went wrong.

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

Was this page helpful?