On Aug 6, 2005, at 02:50, Forrest Aldrich wrote: > Aug 03 01:05:01 2005 gate_news(16582): self.welcome = > self.shortcmd('mode reader') > Aug 03 01:05:01 2005 gate_news(16582): File > "/usr/local/lib/python2.4/nntplib.py", line 2 > 60, in shortcmd > Aug 03 01:05:01 2005 gate_news(16582): return self.getresp() > Aug 03 01:05:01 2005 gate_news(16582): File > "/usr/local/lib/python2.4/nntplib.py", line 2 > 15, in getresp
It looks like your news server doesn't respond to the 'mode reader' command. Try changing 'readermode=True' to 'readermode=False' in the nntplib.NNTP() call of cron/gate_news. (If that makes this error go away, I would expect you would also need to change it in Mailman/Queue/NewsRunner.py.) -- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/crew/jwt/ Mailman IRC irc://irc.freenode.net/#mailman ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp