Sign in
apache
/
james-project
/
d4aadcb14933472fa8fa3e4dbd8171ae90503421
/
.
/
docs
/
modules
/
servers
/
partials
/
ToProcessor.adoc
blob: fb23d1682f7e42503b1ccc1384c571ac702b09ed [
file
]
===
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
>
....