Codes of Anti-Phishing module settings

If logging of audit events and modified settings is enabled in Event Log settings, when settings of the Anti-Phishing 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-Phishing module are coded in an Audit Log record.

Codes of settings from the Anti-Phishing section in the audit event record

Setting of the Anti-Phishing module

Code in the audit event record

Examples

Anti-Phishing switch in the left pane

scanSettings.apScanSettings.engineSettings.
enableScan

Possible values:

  • true if the toggle switch is On.
  • false if the toggle switch is Off.

Rule created:

scanSettings.apScanSettings.engineSettings.
enableScan[][true]

scanSettings.apScanSettings.phishingAction
[][Skip]

scanSettings.apScanSettings.backupPhishing
[][true]

scanSettings.apScanSettings.phishingMark[]
[%5Phishing%5D]

Rule modified:

scanSettings.apScanSettings.engineSettings.
enableScan
[true][false]

scanSettings.apScanSettings.phishingAction
[Skip][Reject]

scanSettings.apScanSettings.backupPhishing
[true][false]

scanSettings.apScanSettings.phishingMark
[%5Phishing%5D]
[%5Phishing error%5D]

Rule removed

scanSettings.apScanSettings.engineSettings.
enableScan[false][]

scanSettings.apScanSettings.phishingAction
[Reject][]

scanSettings.apScanSettings.backupPhishing
[false][]

scanSettings.apScanSettings.phishingMark
[%5Phishing error%5D][]

Action

scanSettings.apScanSettings.phishingAction

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.apScanSettings.backupPhishing

Possible values:

  • true if the toggle switch is On.
  • false if the toggle switch is Off.

Text to add to message subject

scanSettings.apScanSettings.phishingMark

Page top