[Mailman-Developers] SMTPServerDisconnected bug

Michael Meltzer mjm at michaelmeltzer.com
Sat Apr 12 23:11:55 EDT 2003


I just updated my system, it is a FreeBSD 4.8-stable(Thursday) plus full ports with python 2.2.2, after the upgrade mailman started refusing to deliver any messages, it started with a 2.0.13b4 install that's been good for months and I also tried a clean install of 2.1.1(also reinstalled python 2.2.2 a few times after reading the archives), it a hard failure that happens with all messages. Right now I got the list working using the sendmail method but would like to stop that. Frankly I think it a problem with  python 2.2.2 and  FreeBSD 4.8-stable, the "latest and greatest", I am not sure of what to do next(not on any python lists). Maybe this might be  a heads up of things to come. Any one have an idea what's up, is this a know bug/patch(python/mailman/FreeBSD) or any ideas of a workaround/fix. Happy to supply any information or run any tests, looking for some help please.

MJM


File "/home/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop
    self._onefile(msg, msgdata)
  File "/home/mailman/Mailman/Queue/Runner.py", line 155, in _onefile
    keepqueued = self._dispose(mlist, msg, msgdata)
  File "/home/mailman/Mailman/Queue/OutgoingRunner.py", line 61, in _dispose
    self._func(mlist, msg, msgdata)
  File "/home/mailman/Mailman/Handlers/SMTPDirect.py", line 150, in process
    conn.quit()
  File "/home/mailman/Mailman/Handlers/SMTPDirect.py", line 80, in quit
    self.__conn.quit()
  File "/usr/local/lib/python2.2/smtplib.py", line 702, in quit
    self.docmd("quit")
  File "/usr/local/lib/python2.2/smtplib.py", line 357, in docmd
    self.putcmd(cmd,args)
  File "/usr/local/lib/python2.2/smtplib.py", line 313, in putcmd
    self.send(str)
  File "/usr/local/lib/python2.2/smtplib.py", line 305, in send
    raise SMTPServerDisconnected('please run connect() first')
SMTPServerDisconnected: please run connect() first

Apr 12 03:26:19 2003 (46119) SHUNTING: 1050132199.892874+1248b43fe8a0fd5c91e64db7d3aeed2735c6cbf2


More information about the Mailman-Developers mailing list