1, ... option
This does text searching in a header field (as named by where (captialization unimportant)) or the message body (when where =
NIL). The message passes iff the pattern is found in the indicated place. For header fields, only the first one, if any, with the given name is tried. Possible options are:
$literal treat the pattern as a literal; this is default.
$pattern interpret metacharacters in the pattern (as in the Edit Tool).
$word the matched text must not have surrounding alphabetic characters.
$addBounds the pattern must match the entire subject (header field or message body).
$anywhere means neither $word nor $addBounds; this is the default.
$ignoreCase ignore case; this is the default.
$testCase don't ignore case.