Skip Email Analysis

Emails without attachments can be skipped from being analyzed in order to increase throughput. If email body analysis is enabled this setting will not apply.

Configuration

To enable this functionality, make the following configuration file modification.

Metadefender.Email.Engine.Generic.Agent.dll.config
<setting name="FastNoAttachmentProcessingEnabled" serializeAs="String">
<value>true</value>
</setting>