public class HasHeader extends org.apache.mailet.GenericMatcher
use:
This matcher simply checks to see if the header named is present.
If complements the AddHeader mailet.
TODO: support lists of headers and values, e.g, match="{[=value]}+"
[will require a complete rewrite from the current trivial one-liner]