When using the recirect Mailet, I keep on getting the message:

05/10/03 00:23:21 INFO James.Mailet: Redirect: add recipient failed in getRecipients

And the Mailet will not redirect anything. I did check 10 times that the receipients are actually added as users and can get message directly. the snippet from config.xml looks:

<mailet match="All" class="Redirect">
<recipients>star</recipients>
<to>star</to>
<message>The following message is undeliverable, (one) recipient unknown.</message>
<inline>heads</inline>
<attachment>message</attachment>
<prefix>[Undeliverable mail]</prefix>
<attachError>true</attachError>
<debug>true</debug>
<static>TRUE</static>
</mailet>



I am using James 2.1, any hints appreciated. This is driving me crazy...



thanks, Arno

PS: As you can see, I am trying to implement a 'catch-all' funtionality. If anyone has implemented that, I would be grateful for sharing config.xml - snippet.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to