Re: Problem with nntplib.pl and innd under Solaris
Jack Shirazi - BIU (js@bison.lif.icnet.uk)
Wed, 28 Sep 94 19:46:58 BST
> I'm have a problem with the nntplib.pl and my news server under Solaris
>
> When my perl script connects to the nntp server under solaris. I get a "Group"
> and "ARTICLE" functions not implemented. Every thing works fine with another
> nntp server running under SunOs. Has anyone else had this problem
>
> This is the results I get:
>
> Request GROUP ORG.ALL
> Get Group Response: 500 "GROUP" not implemented; try "help".
> 502
>
> Request ARTICLE <369ihe$2a7@eagle.c3i.saic.com>
> Response: 500 "ARTICLE" not implemented; try "help".
Please telnet to the server and request help:
telnet newshost 119
help
quit
and send me the results. Thanks.