You can configure general Anti-Phishing scan settings. These settings apply to all message processing rules according to which the application performs scanning of messages.
To configure general Anti-Phishing scan settings:
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.<apSettings>
section, specify the values of the relevant Anti-Phishing scan settings:<scanTimeLimit>
subsection, specify the maximum duration of Anti-Phishing scanning of a message in seconds. If the message has not been scanned during this time, the application issues an Error verdict — the message scan has returned an error.The default maximum duration of scanning is 30
seconds.
<enableHeuristic>
subsection, specify the value 1
to enable Heuristic Analyzer during Anti-Phishing scanning, or 0
to disable Heuristic Analyzer.The use of Heuristic Analyzer is enabled by default.
<useKsnStatus>
subsection, specify the value 1
if you want the application to use information from Kaspersky Security Network when issuing a phishing verdict on the message, or 0
if you do not want the application to use information from Kaspersky Security Network.The use of information from Kaspersky Security Network is enabled by default.
# /opt/kaspersky/klms/bin/klms-control \
--set-settings <ScanLogic task ID> -f <settings file name>
or
--set-settings ScanLogic -n -f <settings file name>