Re: No newline at end of messages?
Jason L Tibbitts III <[email protected]>
| Newsgroups | gmane.mail.majordomo.majordomo2.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "JRL" == John R Levine <John> writes: JRL> Squinting at the input, it appears that the section it's using is JRL> missing a newline that is supposed to be at the end. It is common to forget that the newline that appears before the closing boundary is part of the boundary, not part of the message. This permits different encodings for a single line of text. I'll have to dig in and see if we're missing a newline or something we shouldn't be. - J<