27.11.2012 Views

IronPort - advanced configuration guide

IronPort - advanced configuration guide

IronPort - advanced configuration guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

6-32<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 following filter immediately delivers a message if the sender has been bonded with the Cisco <strong>IronPort</strong><br />

Bonded Sender information services program:<br />

whitelist_bondedsender:<br />

SenderBase Reputation Rule<br />

if (dnslist('query.bondedsender.org')) {<br />

skip_filters();<br />

}<br />

Optionally, you can compare the result to a string using the equality (==) or inequality (!=) expressions.<br />

The following filter drops a message that results in a “127.0.0.2” response from the server. If the<br />

response is anything else, the rule returns “false” and the filter is ignored.<br />

blacklist:<br />

if (dnslist('dnsbl.example.domain') == '127.0.0.2') {<br />

}<br />

drop();<br />

The reputation rule checks the SenderBase Reputation Score against another value. All the comparison<br />

operators are allowed, such as >, ==,

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

Saved successfully!

Ooh no, something went wrong!