FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » NNTP - empty message bodies
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: NNTP - empty message bodies [message #161092 is a reply to message #161084] Fri, 13 November 2009 21:22 Go to previous messageGo to previous message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma:
Senior Member
Administrator
Core Developer
Can you please test to see if this will fix it ->

Edit include/nntp.inc, find:

$this->body = $text_body;  // Replace multipart mime by the text body


and replace it with:

if ($text_body) {
	$this->body = $text_body;  // Replace multipart mime by the text body.
}
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: SMTP problem
Next Topic: nntp import crashed
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 14:09:06 GMT 2024

Total time taken to generate the page: 0.04809 seconds