Author fenner
Recipients fenner
Date 2007-10-26.23:26:13
SpamBayes Score 0.0343928
Marked as misclassified No
Message-id <1193441174.56.0.280335873353.issue1339@psf.upfronthosting.co.za>
In-reply-to
Content
smtplib's "complex" methods, login and sendmail, try to EHLO or HELO if 
it hasn't been done yet.  login also checks to see if the EHLO response 
included the ability to do authorization.

starttls seems to me to be similar in nature: why should it not try to 
EHLO or HELO, and check that self.has_extn("starttls")?
History
Date User Action Args
2007-10-26 23:26:14fennersetspambayes_score: 0.0343928 -> 0.0343928
recipients: + fenner
2007-10-26 23:26:14fennersetspambayes_score: 0.0343928 -> 0.0343928
messageid: <1193441174.56.0.280335873353.issue1339@psf.upfronthosting.co.za>
2007-10-26 23:26:14fennerlinkissue1339 messages
2007-10-26 23:26:13fennercreate