Edward Tan wrote:
> Hi,
> 
> in org.apache.james.transport.mailets.LocalDelivery:
> 
> 
>                 // Add qmail's de facto standard Delivered-To header
>                 MimeMessage localMessage = new MimeMessage(message) {
>                     protected void updateHeaders() throws MessagingException
> {
>                         if (getMessageID() == null) super.updateHeaders();
>                         else {
>                             modified = false;
>                         }
>                     }
>                 };
> 
> 
> What is the consequence if I remove this part? Does it mean qmail will not
> be able to read the email?
> 
> I found that this part fails when processing large attachment.


You can safely remove that line.
You will not find the "Delivered-To" header in messages you read from
your local inbox. If you don't mind this then you can remove the header.

Stefano

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

Reply via email to