blob: d46cb09c2cd8e440cd2598e0089de6648302a7e4 [file] [log] [blame]
=== RemoveMimeHeader
Remove mime headers from the message (global) and per recipient (specific).
Sample configuration:
....
<mailet match="All" class="RemoveMimeHeader">
<name>header1,header2</name>
</mailet>
....