Matches recipients having the mail sender in the recipient's private whitelist .
The recipient name is always converted to its primary name (handling aliases).
Configuration string: The database name containing the white list table.
Example:
<mailet match="IsInWhiteList=db://maildb" class="ToProcessor">
<processor> transport </processor>
</mailet>
See Also: org.apache.james.transport.mailets.WhiteListManager version: SVN $Revision: $ $Date: $ since: 2.3.0 |