This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients giampaolo.rodola, orsenthil, skrah, vinay.sajip
Date 2011-05-09.23:58:15
SpamBayes Score 7.877138e-05
Marked as misclassified No
Message-id <1304985496.14.0.539031625384.issue12039@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I'll leave the BadStatusLine problem for Senthil to investigate. I have reproduced the problem with the SMTP server on FreeBSD, but this problem does not occur on Linux and I'm not sure why it would fail on FreeBSD.

I've attached a script, smtp_test.py, which does not involve logging code at all, just smtpd, smtplib and other support code. This runs without errors on Linux (Ubuntu Jaunty) and Windows 7 but fails with "bad file descriptor" on my test machine running FreeBSD 8 (32-bit).

Added Giampaolo to nosy as he may be able to spot the problem.
History
Date User Action Args
2011-05-09 23:58:16vinay.sajipsetrecipients: + vinay.sajip, orsenthil, giampaolo.rodola, skrah
2011-05-09 23:58:16vinay.sajipsetmessageid: <1304985496.14.0.539031625384.issue12039@psf.upfronthosting.co.za>
2011-05-09 23:58:15vinay.sajiplinkissue12039 messages
2011-05-09 23:58:15vinay.sajipcreate