Slow Reply Match fails [message #20205] |
Sat, 02 October 2004 10:37 |
devnull
Messages: 16 Registered: September 2004
Karma:
|
Junior Member |
|
|
I was trying to fix the problem with the double posts when the nntp.php script ends before it imported all news. My idea was to reduce the amount of imported posts for each run.
To do this, I modified parse_msgs in include/nntp.inc and added the following after line 364 (50 posts is just for testing, I planned to raise it to 500-1000):
$this->group_last = $this->group_first + 50;
The script seems to run fine, but still leaves a .lock in errors/.nntp/ (although the other file in there seems to contain the correct value, 51 in this case).
But, to be back on topic, the board seems not to join posts corrently. I had lots of posts which obviously belong into a single thread. And Slow Reply Match is turned on.
If someone wants to verify this, try the following:
Create a forum and only allow view, read and search in the group manager
Configure a newsgroup:
- Newsgroup Server: news.gmane.org
- Newsgroup: gmane.comp.jakarta.general
- Authentication Method: None
- Moderate Newsgroup Posts: No
- Slow Reply Match: Yes
- Create New Users: Yes
When you then run nntp.php (modified or not), you'll see a lot of posts belonging together (look for "Re: License issue (the come back)"). Obviously, all the topics are identical, but they are not joined.
Ideas anyone?
|
|
|