I want to deal with email Bounces.
My requirement is like this....if the bounce happens let's say becoz of
the reason:
"Undelivered Mail"....
I can have a rule in the config.xml like this:
<mailet match="SubjectStartsWith=Undelivered mail" class="Resend">
        <recipients>[EMAIL PROTECTED]</recipients>
                <to>[EMAIL PROTECTED]</to>
                <sender>[EMAIL PROTECTED]</sender>
                <message>sent on from James</message>
                <inline>unaltered</inline>
                <passThrough>TRUE</passThrough>
                <replyTo>postmaster</replyTo>           
</mailet>

But rather than re-directing it to some other email ID-I want to move
this to a local repository/folder within INBOX-how is it possible?
At the same time-I want to find out when this email was sent at the very
first time and keep on trying for 3 more days and then finally mark it
as proper undelivered mail and then do something...how to do that?

With Best Regards:
Ashutosh Sharma

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

Reply via email to