To configure the Anti-Phishing scan message processing settings:
# /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.
<apScanSettings>
section specify the value Skip, DeleteMessage
or Reject
for the <phishingAction>
setting if the message has status as Phishing or Malicious link.The default action is Skip
.
DeleteMessage
action at the previous step of the procedure, you can configure the application to move a copy of the message found to contain a phishing threat to Backup before deleting the message. To do so, in the <apScanSettings>
section, specify the value 1
for the <backupPhishing
> setting.Skip
at Step 3 of the sequence, you can edit the text of the tag added to the Subject field of the message. To do so, in the <apScanSettings>
section, specify the text of the stamp as the value for the following settings:<phishingMark>
, if the message has Phishing status;<maliciousMark>
, if the message has Malicious link status.# /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.