Cisco Cisco Email Security Appliance X1050 Guia De Informação

Página de 2
How do I stop duplicate disclaimer stamping?
Document ID: 118520
Contributed by Kevin Luu and Robert Sherwin, Cisco TAC Engineers.
Oct 09, 2014
Contents
Introduction
How do I stop duplicate disclaimer stamping?
Additional Message Filter Examples
Related Information
Introduction
This document describes how to disable disclaimers when an Email Security Appliance (ESA) stamps
outbound email with a disclaimer, even if the email already has one.
How do I stop duplicate disclaimer stamping?
Create a text resource via the Web GUI:
Log into the Web GUI.
1. 
Mail Policies > Text Resources > Add Text Resource, name the resource: disclaimer_1.
2. 
Select Type: Disclaimer.
3. 
Paste your Disclaimer in the text box.
4. 
Submit and Commit.
5. 
Create a message filter to stamp outbound mail and ignored previously stamped mail:
Log into the CLI of your appliance.
1. 
Issue the filters command.
2. 
Select New from the menu.
3. 
Paste the filter below (please ensure you replace the SNIPPET portion with a short sentence from
your disclaimer).
no_duplicate_disclaimer:
if (sendergroup == "RELAYLIST")
{
if not (body−contains("SNIPPET FROM DISCLAIMER", 1))
{
add−footer("disclaimer_1"); 
}
}
4. 
Press the enter key and return to the main CLI prompt.
5. 
Issue the commit command.
6.