[Mailman-Developers] run_queue bug

Scott scott@chronis.icgroup.com
Tue, 4 Aug 1998 20:03:26 -0400


run_queue quits with the following traceback whenever i run it with
python1.5.1 on an old ret hat linux box :(

scott

Traceback (innermost last):
  File "/home/mailman/cron/run_queue", line 31, in ?
    OutgoingQueue.processQueue()
  File "/home/mailman/Mailman/OutgoingQueue.py", line 38, in
processQueue
    Utils.TrySMTPDelivery(recip,sender,text,full_fname)
  File "/home/mailman/Mailman/Utils.py", line 199, in TrySMTPDelivery
    con = smtplib.SmtpConnection(mm_cfg.SMTPHOST)
  File "/home/mailman/Mailman/smtplib.py", line 49, in __init__
    self.connect()
  File "/home/mailman/Mailman/smtplib.py", line 54, in connect
   self._file = self._sock.makefile('r')
socket.error: (29, 'Illegal seek')