James 2.1a1-cvs
JRE1.4.0_01

Hello,

This is not a major issue so an immediate response is NOT required.

I am trying to create a redirect that will change the From: line in the
header of all messages sent by a specific user. My first attempt looked like
this:

<mailet match=SenderIs=myuser@mydomain
            class="Redirect">
        <to>recipients</to>
        <sender>myuser@otherdomain</sender>
        <inline>unaltered</inline>
        <static>true</static>
        <passThrough>FALSE</passThrough>
</mailet>

when a message was sent by myuser@mydomain it vanished into cyberspace and
"12/11/02 13:25:46 INFO  James.Mailet: Redirect: add recipient failed in
getRecipients" was found in the mailet.log. I  added
<recipients>postmaster@mydomain</recipients> to the mailet and it kinda
worked but the intended recipient never got the mail. the mail sent to
postmaster did have the modified From: line.

Any help will be appreciated.

-randy




--
To unsubscribe, e-mail:   <mailto:james-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:james-user-help@;jakarta.apache.org>

Reply via email to