mh-scan-whitelisted-msg-regexp

mh-scan-whitelisted-msg-regexp is a variable defined in `mh-scan.el'.
Its value is
"^\\( *[0-9]+\\)W"


Documentation:
This regular expression matches whitelisted (non-spam) messages.

It must match from the beginning of the line. Note that the
default setting of `mh-folder-font-lock-keywords' expects this
expression to contain at least one parenthesized expression which
matches the message number as in the default of

"^\\( *[0-9]+\\)W".

This expression includes the leading space within parenthesis
since it looks better to highlight it as well. The highlighting
is done with the face `mh-folder-whitelisted'. This regular
expression should be correct as it is needed by non-fontification
functions. See also `mh-note-whitelisted'.