diff --git a/contrib/backends/srndv2/src/srnd/nntp.go b/contrib/backends/srndv2/src/srnd/nntp.go index 3e1bcc1..4d2e559 100644 --- a/contrib/backends/srndv2/src/srnd/nntp.go +++ b/contrib/backends/srndv2/src/srnd/nntp.go @@ -1362,7 +1362,7 @@ func (self *nntpConnection) scrapeServer(daemon *NNTPDaemon, conn *textproto.Con success := true if success { // send newsgroups command - err = conn.PrintfLine("NEWSGROUPS %d 000000 GMT", timeNow()) + err = conn.PrintfLine("LIST NEWSGROUPS") if err == nil { // read response line code, _, err := conn.ReadCodeLine(231)