Menu

#330 NNTP command "ARTICLE"

open
nobody
None
5
2004-12-27
2004-12-27
No

NNTP.pm:311 can handle "ARTICLE <msgid>" or
"ARTICLE msgnum".
However it can't handle "ARTICLE".

- if ( $command =~ /^ *ARTICLE (.*)/i) {
+ if ( $command =~ /^ *ARTICLE( .*)?$/i) {

Discussion

  • Sam Schinke

    Sam Schinke - 2005-01-18

    Logged In: YES
    user_id=640073

    I am in the process of taking care of the outstanding NNTP
    patches, so I will be looking at this one today, with a mind
    to checking it in soon.

    Kashima, can you confirm whether you have sent John the
    developer licence agreement?

    John, do you have a developer agreement from Kashima Hiroaki?

    Regards,
    Sam

     
  • KASHIMA Hiroaki

    KASHIMA Hiroaki - 2005-01-25

    Logged In: YES
    user_id=1185232

    Thank you Sam.
    I send the AGREEMENT to John.

     

Log in to post a comment.