User Guide
9-58
AsyncOS 9.1.2 for Cisco Email Security Appliances User Guide
Chapter 9 Using Message Filters to Enforce Email Policies
Message Filter Actions
• Archive Action, page 9-67
• Strip Header Action, page 9-68
• Insert Header Action, page 9-68
• Edit Header Text Action, page 9-69
• Edit Body Text Action, page 9-69
• HTML Convert Action, page 9-70
• Bounce Profile Action, page 9-71
• Bypass Anti-Spam System Action, page 9-71
• Bypass Anti-Virus System Action, page 9-72
• Bypass File Reputation Filtering and File Analysis System Actions, page 9-72
• Bypass Outbreak Filter Scanning Action, page 9-72
• Add Message Tag Action, page 9-73
• Add Log Entry Action, page 9-73
• URL Reputation Actions, page 9-75
• URL Category Actions, page 9-74
• No Operation, page 9-75
Skip Remaining Message Filters Action
The skip-filters action ensures that the message skips any further processing from message filters and
continues through the email pipeline. The message that incurs the
skip-filters action will be subject
to anti-spam scanning and anti-virus scanning, if it is available on the appliance. The
skip-filters
action is the default final action for message filters.
The following filter notifies
customercare@example.com and then immediately delivers any message
addressed to
boss@admin.
Drop Action
The drop action discards a message without any delivery. The message is not returned to the sender, not
sent to the intended recipient, nor processed further in any way.
bossFilter:
if(rcpt-to == 'boss@admin$')
{
notify('customercare@example.com');
skip-filters();
}