NNTP reply to a post

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jonathand1
    New Member
    • Oct 2012
    • 1

    NNTP reply to a post

    Hello everybody i need your help =)

    I'm doing a NNTP client application for Android and i have a problem about replying a post...

    When i send this to the server: (yes I am french ... lol)

    Code:
    From: myemail@domain.fr
    Newsgroups: bx1.test
    References: <k2cg81$2ke$1@antares.drimm.u-bordeaux1.fr>
    Date: Sun, 14 Oct 2012 20:51:13 +0200
    Subject: Testing
    
    Test it's ok :)! 
    .
    It creates a new post and not a reply... anyone can tell me how to solve my problem?

    Thank you very much. :)
  • ZiadElmalki
    New Member
    • Sep 2010
    • 43

    #2
    i wrote an nntp proxy like 5 years back. The references is supposed to be the message id of the message you are responding to if I remember correctly. Is this the correct message-id k2cg81$2ke$1@an tares.drimm.u-bordeaux1.fr?

    Comment

    Working...