|
|
|
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: 3775 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
|
|
|
|
|
|
|
|