LIST returns 215, not 231
[citadel.git] / citadel / modules / nntp / serv_nntp.c
index 86368596002aeb59d8aef9b99daa6d974b8010e3..d60abd15f9168f11bea52e558370c97b0cae2230 100644 (file)
@@ -535,7 +535,7 @@ void nntp_list(const char *cmd) {
                return;
        }
 
-       cprintf("231 list of newsgroups follows\r\n");
+       cprintf("215 list of newsgroups follows\r\n");
        CtdlGetUser(&CC->user, CC->curr_user);
        CtdlForEachRoom(nntp_list_backend, &nld);
        cprintf(".\r\n");