Does the "Forward" mailet modify the front of the subject line? If
not, I suspect that the forward mailet will keep spawning new messages
(with something tacked on the end of the subject). Each new message
still matches, and will spawn a new one with an even longer subject
line...
I don't know if this is the case, but it could be something to check out...
Tom
On 1/2/07, Sharma, Ashutosh <[EMAIL PROTECTED]> wrote:
Getting this error-which is a show stopper for me.
Actually I am playing with the config.xml to make sure I can handle the
underliverable and same sort of issues for the incoming emails.
Using james 2.2 and everything else works fine.
But the moment I try to do something like this:
<mailet match="SubjectStartsWith=Undeliverable Mail" class="Forward">
<to>[EMAIL PROTECTED]/to>
<message>sent on from James</message>
<inline>unaltered</inline>
<passThrough>FALSE</passThrough>
</mailet>
I get the error on console with the subject:
exception! javax.mail.MessagingException: Unable to create a new message
name: too long. Possible loop in config.xml.
When I am going thru the code-this exception is getting generated from
these places:
org.apache.james.transport.mailets
AbstractRedirect.java
AbstractVirtualUserTable.java
DSNBounce.java
At the time it is trying to generate PK for the message.
With Best Regards:
Ashutosh Sharma
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]