blob: 0afaaf4c6bc5d91225c26c9426b2234e7756dd44 [file] [log] [blame]
=== HasMimeTypeAnySubPart
This matcher checks if the content type matches.
This matcher walks down the mime tree and will look up at all the mime parts of this message.
use:
....
<mailet match="HasMimeTypeAnySubPart=text/plain,text/html" class="..." />
....