blob: 64049a0d0e6a9b96e4b0038726e2f5eb0232d104 [file] [log] [blame]
=== HasMimeType
This matcher checks if the content type matches.
This matcher does not walk down the mime tree and stops at the top level mime part.
use:
....
<mailet match="HasMimeType=text/plain,text/html" class="..." />
....