Enabling and disabling Anti-Virus scanning for a rule
Enabling and disabling Anti-Virus scanning for a rule
July 4, 2024
ID 60998
You can enable or disable Anti-Virus scanning of messages for any message processing rule.
To enable or disable virus scanning of messages for a rule:
- Export rule settings to an XML file using the command:
# /opt/kaspersky/klms/bin/klms-control \
--get-rule-settings <rule ID> -f <rule settings file name>
or--get-rule-settings <rule name> -n -f <rule settings file name>
The
<rule name>
should be enclosed in double quotes if it contains blanks. - Open the XML file to edit the rule settings.
- In the
<engineSettings>
subsection of the<avScanSettings>
section, specify one of the following values of the<enableScan>
setting:1
, to enable Anti-Virus scanning of messages for this rule;0
, to disable Anti-Virus scanning of messages for this rule.
- Save the changes made.
- To import rule settings from an XML file, use the command:
# /opt/kaspersky/klms/bin/klms-control \
--set-rule-settings <rule ID> -f <rule settings file name>
or--set-rule-settings <rule name> -n -f <rule settings file name>
The
<rule name>
should be enclosed in double quotes if it contains blanks.