Specifies Format Recognizer settings.
Path
FormatRecognizerSettings
Attributes
This element has no attributes.
Nested elements
This element is a container for the following nested elements:
Specifies which file formats must not be scanned by Kaspersky Scan Engine in ICAP mode.
To disable the format skipping functionality, remove the FormatRecognizerSettings
section from the configuration file or leave the FormatsToSkipScanning
list empty.
Example
The following is an example of a FormatRecognizerSettings element.
<FormatRecognizerSettings> <FormatsToSkipScanning> <KAV_FF_GENERAL_TXT/> <KAV_FF_GENERAL_CSV/> <KAV_FF_AUDIO_WMA/> </FormatsToSkipScanning> </FormatRecognizerSettings> |