At 13:38 -0400 5/9/2002, Ron Jarrell wrote:
>Ok, I got another instance (that makes 5 I've seen now) of mailman
>sticking the headers into the body of the note..
>
>There were extremely abbreviated headers, a blank line, a mangled header,
>and then the rest of the headers in the body of the note.
>
>The body starts:
>
>
>
>
><[EMAIL PROTECTED]>
>          for <[EMAIL PROTECTED]>; Thu, 9 May 2002 17:08:55 +0000
>Received: from [12.91.124.228] by webmail.worldnet.att.net;
>        Thu, 09 May 2002 17:08:55 +0000
>
>
>Barry, having seen several examples now, it looks like something in the
>header code every so often dumps a null line into the output while
>building the message, thus causing the rest of the headers to look like
>they're in the body...

If I were writing such an error, I would probably do it first by having a
problem with doing header continuations, if the end of what should be the
last line of the continued header exactly fills the allotted space for a
line.  (Having fixed that, I might get the same result more creatively.  ;-)

In fact, in other contexts I have done that.  Too often.

  --John (who hopes to learn to leave the errors out altogether sometime)
-- 
John Baxter   [EMAIL PROTECTED]      Port Ludlow, WA, USA


_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman-21/listinfo/mailman-developers

Reply via email to