I've got a small problem with USENET posts getting stuck in the news server...
I'm working with a standalone inn news server and it looks like the posts COMING from my USENET server are off by exactly 1. If I post a message to the group then run newnews.pl, I get no new messages on the forum. If I post a second message or reply to the USENET post, then I get the original message, but not that new message. I wouldn't worry about it except I don't see a TON of my users going the USENET route, thus a message posted on USENET could get "stuck" for a while. Posts coming out of the forum end up in USENET fine. Any help would be greatly appreciated!
Thanks!
PS. I had to do another small mod to the perl to get messages to post to the inn news server... I had to set line ~ 1023 to "push(@article, "X-References: $threadid|$postid\n\n");" thus I needed an extra return in there. I'm surprised that only inn servers want that, but oh well.
|