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.

6-52<br />

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

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

Note You must have a Cisco <strong>IronPort</strong> Encryption Appliance in your network or a hosted key service<br />

configured to use this filter action. You must also have configured an encryption profile to use this filter<br />

action.<br />

Notify and Notify-Copy Actions<br />

The notify and notify-copy actions send an email summary of the message to the specified email<br />

address. The notify-copy action also sends a copy of the original message, similar to the bcc-scan<br />

action. The notification summary contains:<br />

The contents of the Envelope Sender and Envelope Recipient (MAIL FROM and RCPT TO) directives<br />

from the mail transfer protocol conversation for the message.<br />

The message headers of the message.<br />

The name of the message filter that matched the message.<br />

You can specify the recipient, subject line, from address, and notification template. the following filter<br />

selects messages with sizes larger than 4 megabytes, sends a notification email of each matching<br />

message to admin@example.com, and finally discards the message:<br />

Or<br />

{<br />

}<br />

bigFilter:<br />

encrypt('My_Encryption_Profile');<br />

if(body-size >= 4M)<br />

{<br />

}<br />

notify('admin@example.com');<br />

drop();<br />

bigFilterCopy:<br />

if(body-size >= 4M)<br />

{<br />

}<br />

notify-copy('admin@example.com');<br />

drop();<br />

OL-25137-01

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

Saved successfully!

Ooh no, something went wrong!