Enabling and disabling content filtering of messages
Enabling and disabling content filtering of messages
Aug 21, 2023
ID 62605
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:
- Export the
ScanLogic
task settings to an XML file using the command:# /opt/kaspersky/klms/bin/klms-control \
--get-settings <
ScanLogic taskID> -f <
name of the settings file>
or--get-settings ScanLogic -n -f <
name of the settings file>
- Open the XML file of the
ScanLogic
task to edit the task settings. - In the
<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.
- Save the changes made.
- Import the ScanLogic task settings from an XML file using the command:
# /opt/kaspersky/klms/bin/klms-control \
--set-settings <ScanLogic task ID> -f <settings file name>
or--set-settings ScanLogic -n -f <settings file name>
Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.