Table of Contents

Function

The SpamPolicy object represents the policy for handling spam.

Structure

Keywords JSONKeywords XMLOccursTypeFormatDescription
modifySubjectmodify_subject0 - 1boolean

Setting for the flag in the subject:

  • false = The emails should not be marked in the subject
  • true = The emails should receive the label in the subject.

Default= false

For XML, 0 (false) and 1 (true) can also be used.

tagHeadertag_header0 - 1numberdouble

Enter a score. If an incoming email reaches this value, the email will be marked as spam in the header. (Header X-Spam Status and X-Spam Level).

Recommendation:
Value between -999 and 1

Minimum: -999.9
Maximum: 999.9

spamspam0 - 1numberdouble

Enter a score from which an email should be classified as spam. The header X-Spam-Flag will be added to emails that reach this score.

Minimum: -999.9
Maximum: 999.9

killkill0 - 1numberdouble

Enter a score at what value an email should be quarantined for the selected task
Minimum: -999.9
Maximum: 999.9


Note that the value of the kill score must be higher than the spam score.

quarantineDigestIntervallquarantine_digest_interval0 - 1integer

Specify how long an email should be kept in quarantine.

  • Time unit: minutes
  • Default: 1440 min
  • Minimum: 1440 min
  • No labels