I've created a script that gets usenet posts using socket connection to news server. Works fine.
I would like to group posts by threads. I couldn't find in a reply message header a line that would point to the number of the message it was replied to. Is it possible to find out that number (it would make things faster if I don't have to run through all the messages and look for message-id references)?
I'm not using any database to store messages.
Thanks in advance
Froo