Skip to main content

Name

cloudmark_score — Determine the Cloudmark score of a message

Synopsis

#include "modules/validate/ec_cloudmark_api.h"

| int **cloudmark_score** ( | m, |   | |   | acpt, |   | |   | ctx); |   |

ec_message * <var class="pdparam">m</var>; accept_construct * <var class="pdparam">acpt</var>; validate_context * <var class="pdparam">ctx</var>;

Description

Determine the Cloudmark score of a message.

Parameters

m

The mail message to be scored. For more information about this struct see “ec_message”.

acpt

The accept construct. For more information about this struct see “accept_construct”.

ctx

The validation context. For more information about this struct see “validate_context”.

Return Values

The Cloudmark score or minus 1 if the module instance is not available, i.e. it has not been configured yet. For more information see cloudmark.

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

Was this page helpful?