Christian Ludwig: > Hello, > > Wietse Venema: > > Your original message looks like this: > > > > > |Content-Type: multipart/alternative; > > > |boundary="----_=_NextPart_001_01C9A2F0.A8C3BC75" > > > |Subject: Another test > > > |Date: Thu, 12 Mar 2009 09:58:07 +0100 > > > |Message-ID: <[email protected]> > > > |From: Somebody <[email protected]> > > > |To: <[email protected]> > > > > This is not a correctly formed message header. In particular, > > the Content-Type: header is broken. > > Ah, I see. I double-checked the original message and it has a "." in > front of "boundary" so that it says > > |Content-Type: multipart/alternative; > |.boundary="----_=_NextPart_001_01C9A2F0.A8C3BC75" > > So this is another detail, which has changed from the original message > when I get it piped from postfix. Thank you for pointing this out.
That looks like an improper implementation of the "initial dot stuffing" algorithm of SMTP. See RFC5321 for how this is done correctly. http://tools.ietf.org/html/rfc5321#section-4.5.2 Wietse
