Norman Maurer wrote:
After do some test i realize that its not that easy that i thought :-(
I need a Matcher which lit the email in a email for each recipient so i
can check whitelist blacklsit etc for each of them. We have about 2000+
domains do process so the RecipientIS or HostIs will not be acceptable
cause the adminstration will be to much work.
The LocalDelivery store a ail for each recpient.. I nedd something that
work simalar.. I need to store an email for each recipient in the spool
for process them. Any hints or ideas ?
Follow the LocalDelivery code but send a new message everytime, instead
of storing the message.
getMailetContext().sendMail(newMail);
If you want your mail to start from a specific processor then your can
set the state newMail.setState(processorname);
Stefano
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]