27.11.2012 Views

IronPort - advanced configuration guide

IronPort - advanced configuration guide

IronPort - advanced configuration guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Bypass Anti-Virus System Action<br />

6-64<br />

Cisco <strong>IronPort</strong> AsyncOS 7.6 for Email Advanced Configuration Guide<br />

Chapter 6 Using Message Filters to Enforce Email Policies<br />

The skip-viruscheck action instructs the system to allow the message to bypass any virus protection<br />

system configured on the system. This action does nothing to the message if there is no anti-virus system<br />

configured, or if the message was never flagged to be scanned for viruses in the first place.<br />

The following example specifies that messages received on the listener “private_listener” should bypass<br />

the anti-spam and the anti-virus systems.<br />

Bypass Outbreak Filter Scanning Action<br />

Add Message Tag Action<br />

internal_mail_is_safe:<br />

if (recv-listener == 'private_listener')<br />

{<br />

}<br />

skip-spamcheck();<br />

skip-viruscheck();<br />

The skip-vofcheck action instructs the system to allow the message to bypass the Outbreak Filters<br />

scanning. This action does nothing to the message if Outbreak Filters scanning is not enabled.<br />

The following example specifies that messages received on the listener “private_listener” should bypass<br />

Outbreak Filter scanning.<br />

internal_mail_is_safe:<br />

if (recv-listener == 'private_listener') Outbreak Filters<br />

{<br />

}<br />

skip-vofcheck();<br />

The tag-message action inserts a custom term into an outgoing message to use with RSA Email DLP<br />

policy filtering. You can configure a RSA Email DLP policy to limit scanning to messages with the<br />

message tag. The message tag is not visible to recipients. The tag name can contain any combination of<br />

characters from the set [a-zA-Z0-9_-.].<br />

For information on configuring a DLP policy to filter messages, see the “Data Loss Prevention” chapter<br />

in the Cisco <strong>IronPort</strong> AsyncOS for Email Configuration Guide.<br />

OL-25137-01

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!