Cisco Cisco Email Security Appliance C160 Mode D'Emploi

Page de 548
Chapter 5      Using Message Filters to Enforce Email Policies
5-302
Cisco IronPort AsyncOS 7.1 for Email Advanced Configuration Guide
OL-22164-02
                                                                                                                                                                                                                        
n Tests
Regular expressions can be tested for matching using the sequence 
==
 and for 
non-matching using the sequence 
!=
. For example: 
rcpt-to == "^goober@dev\\.null\\....$" (matching)
rcpt-to != "^goober@dev\\.null\\....$" (non-matching)
Case-sensitivity
Unless otherwise noted, regular expressions are case-sensitive. Thus, if your 
regular expression is searching for 
foo
, it does not match the pattern 
FOO
 or even 
Foo
.