Please enable JavaScript in your browser!
Codes of Anti-Spam module settings
If logging of audit events and modified settings is enabled in Event Log settings , when settings of the Anti-Spam module are edited, detailed information about the changes is recorded in an Audit Log event .
The following table shows how the settings of the Anti-Spam module are coded in an Audit Log record.
Codes of settings from the Anti-Spam → Spam section in the audit event record
Setting of the Anti-Spam module → Spam
Code in the audit event record
Examples
Anti-Spam switch in the left pane
scanSettings.asScanSettings.engineSettings.enableScan
Possible values:
true if the toggle switch is On .false if the toggle switch is Off .
Rule created:
scanSettings.asScanSettings.engineSettings.enableScan[][true]
scanSettings.asScanSettings.spamAction[][Skip]
scanSettings.asScanSettings.backupSpam[][true]
scanSettings.asScanSettings.spamMark[][%5Spam%5D]
Rule modified:
scanSettings.asScanSettings.engineSettings.enableScan[true][false]
scanSettings.asScanSettings.spamAction[Skip][Reject]
scanSettings.asScanSettings.backupSpam[true][false]
scanSettings.asScanSettings.spamMark[%5Spam%5D][%5Spam error%5D]
Rule removed
scanSettings.asScanSettings.engineSettings.enableScan[false][]
scanSettings.asScanSettings.spamAction[Reject][]
scanSettings.asScanSettings.backupSpam[false][]
scanSettings.asScanSettings.spamMark[%5Spam error%5D][]
Action
scanSettings.asScanSettings.spamAction
Possible values:
Skip if the Skip action is selected.Reject if the Reject action is selected.DeleteMessage if the Delete message action is selected.
Place original message in Backup
scanSettings.asScanSettings.backupSpam
Possible values:
true if the toggle switch is On .false if the toggle switch is Off .
Text to add to message subject
scanSettings.asScanSettings.spamMark
Codes of settings from the Anti-Spam → If probable spam is detected section in the audit event record
Setting of the Anti-Spam module → If probable spam is detected
Code in the audit event record
Examples
Action
scanSettings.asScanSettings.probableSpamAction
Possible values:
Skip if the Skip action is selected.Reject if the Reject action is selected.DeleteMessage if the Delete message action is selected.
Rule created:
scanSettings.asScanSettings.probableSpamAction[][Skip]
scanSettings.asScanSettings.backupProbableSpam[][true]
scanSettings.asScanSettings.probableSpamMark[][%5Probable spam%5D]
Rule modified:
scanSettings.asScanSettings.probableSpamAction[Skip][DeleteMessage]
scanSettings.asScanSettings.backupProbableSpam[true][false]
scanSettings.asScanSettings.probableSpamMark[%5Probable spam%5D][%5BProbable spam error%5D]
Rule removed
scanSettings.asScanSettings.probableSpamAction[DeleteMessage][]
scanSettings.asScanSettings.backupProbableSpam[false][]
scanSettings.asScanSettings.probableSpamMark[%5Probable spam error%5D][]
Place original message in Backup
scanSettings.asScanSettings.backupProbableSpam
Possible values:
true if the toggle switch is On .false if the toggle switch is Off .
Text to add to message subject
scanSettings.asScanSettings.probableSpamMark
Codes of settings from the Anti-Spam → Mass mailing section in the audit event record
Setting of the Anti-Spam module → Mass mailing
Code in the audit event record
Examples
Action
scanSettings.asScanSettings.massMailAction
Possible values:
Skip if the Skip action is selected.Reject if the Reject action is selected.DeleteMessage if the Delete message action is selected.
Rule created:
scanSettings.asScanSettings.massMailAction[][Skip]
scanSettings.asScanSettings.backupMassMail[][true]
scanSettings.asScanSettings.massMailMark[][%5Mass mail%5D]
Rule modified:
scanSettings.asScanSettings.massMailAction[Skip][DeleteMessage]
scanSettings.asScanSettings.backupMassMail[true][false]
scanSettings.asScanSettings.massMailMark[%5Mass mail%5D][%5BMass mail error%5D]
Rule removed
scanSettings.asScanSettings.massMailAction[DeleteMessage][]
scanSettings.asScanSettings.backupMassMail[false][]
scanSettings.asScanSettings.massMailMark[%5Mass mail error%5D][]
Place original message in Backup
scanSettings.asScanSettings.backupMassMail
Possible values:
true if the toggle switch is On .false if the toggle switch is Off .
Text to add to message subject
scanSettings.asScanSettings.massMailMark
Codes of settings from the Anti-Spam → Additional settings section in the audit event record
Setting of the Anti-Spam module → Additional settings
Code in the audit event record
Examples
Use graphical image processing technologies
scanSettings.asScanSettings.engineSettings.advancedOptions.useGsg
Possible values:
true if the toggle switch is On .false if the toggle switch is Off .
Rule created
scanSettings.asScanSettings.engineSettings.advancedOptions.useGsg[][true]
scanSettings.asScanSettings.engineSettings.advancedOptions.unicodeSpoofing[][true]
Rule modified
scanSettings.asScanSettings.engineSettings.advancedOptions.useGsg[true][false]
scanSettings.asScanSettings.engineSettings.advancedOptions.unicodeSpoofing[true][false]
Rule removed
scanSettings.asScanSettings.engineSettings.advancedOptions.useGsg[false][]
scanSettings.asScanSettings.engineSettings.advancedOptions.unicodeSpoofing[false][]
Unicode spoofing protection
scanSettings.asScanSettings.engineSettings.advancedOptions.unicodeSpoofin
Possible values:
true if the toggle switch is On .false if the toggle switch is Off .
Page top