If you are going to use a regular keyword
expression to represent a blank header, Trend Micro recommends
that you use "
^(\s)*$" (without the quotation marks).
The expression "^(\s)*$" (without the quotation
marks) represents a blank header or whitespace characters. For
example, if you want to check if a message’s From header
is blank, edit a rule’s scanning condition as follows:
Procedure
- Go to .
- Click the link for an existing rule to edit the rule.
- Click And scanning conditions match.
- Click Header keyword expressions under the Content section.
- Click Add to create a new keyword expression.
- Add the content as "
^(\s)*$”" (without the quotation marks).
