You can enable or disable content filtering of messages by the application. By default, content filtering of messages is disabled.
To enable or disable content filtering of messages:
ScanLogic
task settings to an XML file using the command:# /opt/kaspersky/klms/bin/klms-control \
--get-settings <
ScanLogic task ID> -f <
name of the settings file>
or
--get-settings ScanLogic -n -f <
name of the settings file>
ScanLogic
task to edit the task settings.<cfSettings>
section, specify one of the following values for the <enableCfScan>
setting:1
, to enable content filtering of messages;0
, to disable content filtering of messages.# /opt/kaspersky/klms/bin/klms-control \
--set-settings <ScanLogic task ID> -f <settings file name>
or
--set-settings ScanLogic -n -f <settings file name>