blob: 20b6d393470fa4af1e7c6be5873af90effa4ca41 [file] [log] [blame]
=== AddSubjectPrefix
Add an prefix (tag) to the subject of a message <br>
Sample Configuration:
....
<mailet match="RecipientIs=robot@james.apache.org" class="TagMessage">
<subjectPrefix>[robot]</subjectPrefix>
</mailet>
....