<html>
<font size=3>At 06:23 PM 10/10/99 -0700, Michael Ghens wrote:<br>
<blockquote type=cite cite>Tried a&nbsp; news gateway test. This is the
error:<br>
<br>
Traceback (innermost last):<br>
&nbsp; File &quot;/home/other/mailman/cron/gate_news&quot;, line 119, in
?<br>
&nbsp;&nbsp;&nbsp; main()<br>
&nbsp; File &quot;/home/other/mailman/cron/gate_news&quot;, line 79, in
main<br>
&nbsp;&nbsp;&nbsp; r,c,first,last,n =
conn.group(mlist.linked_newsgroup)<br>
&nbsp; File &quot;/usr/lib/python1.5/nntplib.py&quot;, line 208, in
group<br>
&nbsp;&nbsp;&nbsp; resp = self.shortcmd('GROUP ' + name)<br>
&nbsp; File &quot;/usr/lib/python1.5/nntplib.py&quot;, line 158, in
shortcmd<br>
&nbsp;&nbsp;&nbsp; return self.getresp()<br>
&nbsp; File &quot;/usr/lib/python1.5/nntplib.py&quot;, line 134, in
getresp<br>
&nbsp;&nbsp;&nbsp; raise error_perm, resp<br>
nntplib.error_perm: 500 &quot;GROUP&quot; not implemented; try
&quot;help&quot;.<br>
<br>
<br>
Any sugguestions?</font></blockquote><br>
Are you running INN on the news server?&nbsp; Is the mailman machine
defined as<br>
a feed host, rather than a reader host?&nbsp; If so, it won't work
without a patch.&nbsp; Python's<br>
nntp library can't handle INN right; there have been a couple of patches
suggested<br>
in the mailman developers list after I found the trouble; I have a one
line patch that<br>
does solve the problem.&nbsp; However, if you use python in house for
other news server<br>
functions, *might*, although I doubt it, cause side effects if your
software cares what<br>
the machine banner says, and you ever use it with non inn
software...<br>
<br>
If you don't know the answer to the questions, telnet to your news
server's port<br>
119 from the mailman server.<br>
<br>
Does it say &quot;200 somehostname InterNetNews server INN x.x
adatestring ready&quot;<br>
or does it say &quot;200 somehostname InterNetNews NNRP server INN x.x
adatestring etc&quot;<br>
<br>
If it says the former, you have the problem, and need to patch
python.</html>