Hello
I'm using this hack with some high-volume groups. Most of the time it works ok, however there are some problems.
1) not all newsgroup posts are downloaded to forums.
i debugged this thing and i know why but don't know how to fix it
the post numbers on nntp server are not in correct order, replies have earlier numbers than the original post which starts a thread. This causes the replies to be inserted first as new thread and then the thread starting post to be inserted as another new thread. I can't think of anything else then running a script from time to time which would solve such things using msgids and references. Any other idea?
for example one of the threads have the following server post numbers:
Code:
616189
616185
616187
616233
616248
and the result is two threads,
one
and second
Code:
616189
616233
616248
2) some of replies (on forums) to downloaded posts are not posted to newsgroup. Even though they have "isusenetpost=1" they do not appear on newsgroup. When i make "isusenetpost=0" in DB and change $nntp_settings['last_postid'] to include this post and run gateway.php the post is uploaded correctly. The problem is only for some of the posts not all and i did not find out yet anything that would give me a clue about this problem. Msgids and references are ok
Thanks