[Spambayes] Checkin notification is hosed

Tim Peters tim.one@comcast.net
Sun, 29 Sep 2002 13:00:05 -0400


SourceForge apparently can't connect to python.org:

Checking in rebal.py;
/cvsroot/spambayes/spambayes/rebal.py,v  <--  rebal.py
new revision: 1.8; previous revision: 1.7
done
Mailing spambayes-checkins@python.org...
Generating notification message...
Generating notification message... done.
Mailing spambayes-checkins@python.org...
Generating notification message...
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 227, in blast_mail
    conn.connect(MAILHOST, MAILPORT)
  File "/usr/lib/python1.5/smtplib.py", line 216, in connect
    self.sock.connect(host, port)
socket.error: (111, 'Connection refused')


rebal.py now has a -d (dry run) option:  If you specify -d, rebal will
display how many files it's going to move, from where and to where, but
won't actually move anything.