blob: fb23d1682f7e42503b1ccc1384c571ac702b09ed [file] [log] [blame]
=== ToProcessor
This mailet redirects the mail to the named processor
Sample configuration:
....
<mailet match="All" class="ToProcessor">
<processor>spam</processor>
<notice>Notice attached to the message (optional)</notice>
</mailet>
....