
July 31, 2000
3:25 p.m.
"JT" == Jim Tittsler <jwt@OnJapan.net> writes:
JT> Commenting out the:
| #if string.count(lines[0], ':'):
| # lines.insert(0, '\n')
JT> in Message.py/OutgoingMessage appears to fix the news-> mail
JT> problem, but I don't know what the "text with a colon on the
JT> first line" problem was that you were trying to fix. (Boy
JT> that array of lines sure gets split and joined a lot. :-)
Yeah, that's what I figured. I'll work out a better fix for the problem (which is at it's core related to the -- IMO -- bogus interface for rfc822.Message).
-Barry