Cisco Cisco Email Security Appliance C170 Guia Do Utilizador

Página de 568
6-145
Cisco IronPort AsyncOS 7.5 for Email Advanced Configuration Guide
OL-25137-01
Chapter 6      Using Message Filters to Enforce Email Policies
Insert Policy into Header Filter
Show which mail flow policy accepted the connection:
Too Many Recipients Bounce Filter
Bounce all outbound email messages with more than 50 recipients from more than 
two unique domains:
  insert-header('X-SBRS', '$Reputation'); 
}
Policy_Tracker:  
if (true) {
  insert-header ('X-HAT', 'Sender Group $Group, Policy $Policy 
applied.');
}
bounce_high_rcpt_count:
if ( (rcpt-count > 49) AND (rcpt-to != "@example\\.com$") ) { 
  bounce-profile ("too_many_rcpt_bounce"); bounce ();
}