Cisco Cisco Email Security Appliance C170 Guia Do Utilizador

Página de 630
14-441
Cisco IronPort AsyncOS 7.1 for Email Configuration Guide
OL-22158-02
Chapter 14      Text Resources
Figure 14-12
Editing a Listener to Include a Disclaimer
Adding Disclaimers via Filters
You can also append specific, predefined text strings to the disclaimers of 
messages using the filter action 
add-footer()
 or the content filter action “Add 
Disclaimer Text.” For example, the following message filter rule appends the text 
string named 
legal.disclaimer
 to all messages sent from users in the LDAP 
group “Legal:”
Disclaimers and Filter Action Variables
You can also use message filter action variables (see “Action Variables” in the 
“Using Message Filters to Enforce Email Policies” chapter in the Cisco IronPort 
AsyncOS for Email Advanced Configuration Guide)
 for more information). To use 
Add-Disclaimer-For-Legal-Team:
if (mail-from-group == 'Legal')
{
  add-footer('legal.disclaimer');
}