Cisco Cisco Email Security Appliance C160 Mode D'Emploi

Page de 1093
 
9-76
Cisco AsyncOS 8.0.2 for Email User Guide
 
Chapter 9      Using Message Filters to Enforce Email Policies 
  Using the CLI to Manage Message Filters
Using the CLI to Manage Message Filters
You can use the CLI to add, delete, activate and de-activate, import and export, and set logging options 
for message filters. The table below shows a summary of the commands and subcommands.
Note
You must issue the 
commit
 command for filters to take effect. 
Three types of parameters are:
Table 9-9
Message Filters Subcommands 
Syntax
Description
filters
The main command. This command is interactive; it asks you for more information 
(for example, 
new
delete
import
).
new
Creates a new filter. If no location is given, it is appended to the current sequence. 
Otherwise, the filter will be inserted into the specific place in the sequence. For more 
information, see 
delete
Deletes a filter by name or by sequence number. For more information, see 
.
move
Rearranges the existing filters. For more information, see 
set
Sets filter to active or inactive state. For more information, see 
import
Replaces the current set of filters with a new set stored in a file (in the /configuration 
directory of the appliance). For more information, see 
export
Exports the current set of filters to a file (in the /configuration directory of the 
appliance). For more information, see 
list
Lists information about a filter or filters. For more information, see 
.
detail
Prints detailed information about a specific filter, including the body of the filter rule 
itself. For more information, see 
.
logconfig
Enters the logconfig submenu of filters, allowing you to edit the log subscriptions 
from 
archive()
 filter actions. For more information, see 
.
Table 9-10
Filter Management Parameters
seqnum
An integer representing a filter based on its position in the list of filters. A seqnum of 
2
 
represents the second filter in the list, for example.
filtname
The colloquial name of a filter. 
range
A range may be used to represent more than one filter, and appears in the form of X
-
Y
where X and Y are the first and last seqnums that identify the extent. For example, 
2-4
 
represents filters in the second, third, and fourth positions. Either X or Y may be left off to 
represent an open-ended list. For example, 
-4
 represents the first four filters, and 
2-
 
represents all filters except the first. You can also use the keyword 
all
 to represents all the 
filters in the filter list.