blob: e9c82d17eae4049dc4b28f9acddc3438ed5a12f3 [file] [log] [blame]
=== RecipientRewriteTable
Mailet which should get used when using RecipientRewriteTable-Store to
implementations for mappings of forwards and aliases.
By specifying an 'errorProcessor' you can specify your logic upon RecipientRewriteTable failures.
Exemple:
....
<mailet match="All" class="RecipientRewriteTable">
<errorProcessor>rrt-errors</errorProcessor>
</mailet>
....