NNTP posts work for a while, then stop [message #158061] |
Sun, 25 January 2009 07:19 |
mvanlamz
Messages: 7 Registered: November 2008
Karma: 0
|
Junior Member |
|
|
Hello!
We configured FUDforum to mirror 8 newsgroups, and althought it continues to pull down articles from the newsgroup to the FUDforum group, it will not post articles to the newsgroup that are created on the FUDforum group.
The weird thing is that it worked for a few days, then stopped.
There are no errors in the error log.
What do you think?
Mike van Lammeren
|
|
|
|
|
Re: NNTP posts work for a while, then stop [message #158075 is a reply to message #158074] |
Tue, 27 January 2009 10:39 |
|
naudefj
Messages: 3771 Registered: December 2004
Karma: 28
|
Senior Member Administrator Core Developer |
|
|
Hi,
Please apply this patch:
Index: nntp.inc
===================================================================
RCS file: /forum21/install/forum_data/include/nntp.inc,v
retrieving revision 1.76
diff -u -r1.76 nntp.inc
--- nntp.inc 22 Jan 2009 21:00:02 -0000 1.76
+++ nntp.inc 27 Jan 2009 10:36:55 -0000
@@ -570,7 +570,7 @@
fputs($this->fs, ".\r\n");
if (!$this->compare_return_codes(240)) {
- $this->error = "Posting Failed, NNTP Server Said: ".$this->lrc."\n";
+ $this->error = "Posting Failed, NNTP Server Said: ".$this->lrc."\nFROM=[".$from."]\n";
$this->exit_handler(0);
return;
}
When done, please simulate the problem and report the new error message (with FROM-line ) here.
Best regards.
Frank
|
|
|
|
|
|
|
Re: NNTP posts work for a while, then stop [message #158080 is a reply to message #158079] |
Wed, 28 January 2009 06:24 |
mvanlamz
Messages: 7 Registered: November 2008
Karma: 0
|
Junior Member |
|
|
There are so many options in FUDforum, that I doubt I would have found it by myself in either place!
I'm not too familiar with the NNTP protocol, so I have a question. Are there any NNTP servers that would accept the obfuscated email addresses? During my testing, I configured newsgroups for two different nntp servers. As it happens, neither one liked the obfuscated email addresses. Maybe it shouldn't even be possible to send such an email to an NNTP server? The addresses could still be obfuscated where displayed on pages.
I'm just very glad that it works so well, now!
Thanks again!
|
|
|