When receiving mails through James it seems that any TO-address that is not recognized by James is removed from the TO-address section, so that a mail sent to me and somebody else arrives in my mailbox as if it was only sent to me. Therefore I cannot do Reply-All etc. Is this a problem with James or have I made a mistake in the setup.

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]



Reply via email to