Cisco Cisco Email Security Appliance C190 Guia Do Utilizador

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