I am using the following "setup-trick" to distribute mails to my 10+ domains. This setup allows me to map email-addreses to James accounts and let me keep the original TO-address when the mail is recieved in the mapped James account.
<mailet match="[EMAIL PROTECTED]" class="Redirect">
<recipients>[EMAIL PROTECTED]</recipients>
<to>[EMAIL PROTECTED]</to>
<inline>unaltered</inline>
<passThrough>FALSE</passThrough>
</mailet>
Could this be the reason that I am loosing the TO-address?
It does not help to remove the <TO>...</TO> from the above setup. That will just result in the mail arriving with the TO-address: [EMAIL PROTECTED]
Sincerely, Marc
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
