Hello,

I am getting the following error in JAMES

javax.mail.MessagingException: Unable to create a new message name: too long. Possible 
loop in config.xml.

I have tracked it down ot the AbstractRedirect mailet and it produced by a method 
called newName when the service method tries to duplicate the incoming Mail message.

Mail newMail = ((MailImpl) originalMail).duplicate(newName((MailImpl) originalMail));

My question to the group is what causes the loop and how would a person prevent the 
loop in the config.xml file.

Hut

Reply via email to