Chapter 15 Security Profiles : Email filter : Email filter techniques : Banned word check : Adding words to a banned word list
  
Adding words to a banned word list
When you enter a word, set the Pattern-type to wildcards or regular expressions.
Wildcard uses an asterisk (β€œ*”) to match any number of any character. For example, re* will match all words starting with β€œre”.
Regular expression uses Perl regular expression syntax. See http://perldoc.perl.org/perlretut.html for detailed information about using Perl regular expressions.