Specifies a scanning mode.
Path
KAVScanningSettings > Flags
Attributes
This element has no attributes.
Value
Scanning modes are defined by a combination of flags separated by vertical bars (|). This is a string value.
Possible values:
KAV_O_M_PACKEDScan compressed executable files.
KAV_O_M_ARCHIVEDScan archived files.
KAV_O_M_MAILBASESScan email database files.
KAV_O_M_MAILPLAINScan email messages.
KAV_O_M_HEURISTIC_LEVEL_SHALLOWSet the scanning level of the advanced heuristic code analyzer to shallow (the Low level in the graphical user interface).
KAV_O_M_HEURISTIC_LEVEL_MEDIUMSet the scanning level of the advanced heuristic code analyzer to medium (the Medium level in the graphical user interface).
KAV_O_M_HEURISTIC_LEVEL_DETAILSet the scanning level of the advanced heuristic code analyzer to detailed (the High level in the graphical user interface).
KAV_O_M_MSOFFICE_MACRONotify the user if a Microsoft Office document file contains a macro.
This element can be empty. In this case, the value of 0 is used.
The default value is KAV_O_M_PACKED | KAV_O_M_ARCHIVED | KAV_O_M_MAILBASES | KAV_O_M_MAILPLAIN | KAV_O_M_HEURISTIC_LEVEL_DETAIL.
Example
The following is an example of this element.
<Flags>KAV_O_M_PACKED | KAV_O_M_ARCHIVED | KAV_O_M_MAILBASES | KAV_O_M_MAILPLAIN | KAV_O_M_HEURISTIC_LEVEL_DETAIL</Flags> |