Codes of settings in the Insecure message warning section

If logging of audit events and modified settings is enabled in Event Log settings, when settings of the Insecure message warning rule section are edited, detailed information about the changes is recorded in an Audit Log event.

The following table shows how the settings in the Insecure message warning rule section are coded in an Audit Log record.

Codes of Insecure message warning module settings in an audit event record

Insecure message warning setting

Code in the audit event record

Examples

Warning template

scanSettings.messageWarning.templateId

Rule created:

scanSettings.messageWarning.templateId[][1]

scanSettings.messageWarning.enableEncrypted
[][true]

scanSettings.messageWarning.enablePhishing
[][true]

scanSettings.messageWarning.enableInfected
[][true]

scanSettings.messageWarning.enableAvError
[][true]

scanSettings.messageWarning.
enableMaliciousLink[][true]

Rule modified:

scanSettings.messageWarning.templateId[1][2]

scanSettings.messageWarning.enableEncrypted
[true][false]

scanSettings.messageWarning.enablePhishing
[true][false]

scanSettings.messageWarning.enableInfected
[true][false]

scanSettings.messageWarning.enableAvError
[true][false]

scanSettings.messageWarning.
enableMaliciousLink[true][false]

Rule deleted:

scanSettings.messageWarning.templateId[2][]

scanSettings.messageWarning.enableEncrypted
[false][]

scanSettings.messageWarning.enablePhishing
[false][]

scanSettings.messageWarning.enableInfected
[false][]

scanSettings.messageWarning.enableAvError
[false][]

scanSettings.messageWarning.enableMaliciousLink
[false][]

For encrypted messages

scanSettings.messageWarning.enableEncrypted

Possible values:

  • true if the check box is selected.
  • false if the check box is not selected.

For phishing messages

scanSettings.messageWarning.enablePhishing

Possible values:

  • true if the check box is selected.
  • false if the check box is not selected.

For infected messages

scanSettings.messageWarning.enableInfected

Possible values:

  • true if the check box is selected.
  • false if the check box is not selected.

For messages with Anti-Virus scan errors

scanSettings.messageWarning.enableAvError

Possible values:

  • true if the check box is selected.
  • false if the check box is not selected.

For messages containing links

scanSettings.messageWarning.
enableMaliciousLink

Possible values:

  • true if the check box is selected.
  • false if the check box is not selected.

Page top