[spambayes-dev] Weird cvs commit traceback

Tim Peters tim.one at comcast.net
Thu Jun 26 00:24:23 EDT 2003


[Tony Meyer]
> I just committed an update to the website faq and got a strange
> traceback in my cvs window:
>
> Traceback (innermost last):
>   File "/cvsroot/spambayes/CVSROOT/syncmail", line 336, in ?
>     main()
>   File "/cvsroot/spambayes/CVSROOT/syncmail", line 329, in main
>     blast_mail(subject, people, specs[1:], contextlines, fromhost)
>   File "/cvsroot/spambayes/CVSROOT/syncmail", line 253, in blast_mail
>     resp = conn.sendmail(address, people, s.getvalue())
>   File "/usr/lib/python1.5/smtplib.py", line 452, in sendmail
>     if not (200 <= self.ehlo()[0] <= 299):
>   File "/usr/lib/python1.5/smtplib.py", line 305, in ehlo
>     (code,msg)=self.getreply()
>   File "/usr/lib/python1.5/smtplib.py", line 257, in getreply
>     raise SMTPServerDisconnected("Connection unexpectedly closed")
> smtplib.SMTPServerDisconnected: Connection unexpectedly closed
> Traceback (innermost last):
>   File "/cvsroot/spambayes/CVSROOT/syncmail", line 336, in ?
>     main()
>   File "/cvsroot/spambayes/CVSROOT/syncmail", line 329, in main
>     blast_mail(subject, people, specs[1:], contextlines, fromhost)
>   File "/cvsroot/spambayes/CVSROOT/syncmail", line 253, in blast_mail
>     resp = conn.sendmail(address, people, s.getvalue())
>   File "/usr/lib/python1.5/smtplib.py", line 452, in sendmail
>     if not (200 <= self.ehlo()[0] <= 299):
>   File "/usr/lib/python1.5/smtplib.py", line 305, in ehlo
>     (code,msg)=self.getreply()
>   File "/usr/lib/python1.5/smtplib.py", line 257, in getreply
>     raise SMTPServerDisconnected("Connection unexpectedly closed")
> smtplib.SMTPServerDisconnected: Connection unexpectedly closed
>
> Any idea what this means?  (If it's relevant, I'm using TortoiseCVS on
> WinXP).

Not to worry.  This isn't your Python, it's an instance of Python running on
the SourceForge box.  It doesn't matter which client you're using.  The CVS
server is trying to send out the checkin mail, and had a problem with that
on their end.  Your change should still be checked in just fine, but the
checkins list may not see email about it.




More information about the spambayes-dev mailing list