Make ARTICLE respond with 220, not 221
This commit is contained in:
parent
cdf48cebb5
commit
10f1e05f1a
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ class Session(Connection):
|
|||
message.message_id
|
||||
)
|
||||
|
||||
self.respond(ResponseCode.NNTP_ARTICLE_LISTING, text)
|
||||
self.respond(ResponseCode.NNTP_ARTICLE_BODY, text)
|
||||
self.message_send(message, part)
|
||||
self.end()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue