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

Home » FUDforum Development » Bug Reports » FudFOrum doesn't set proper Reply-To tags when sending mails to mailing list (Again, not FUD issue)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: FudFOrum doesn't set proper Reply-To tags when sending mails to mailing list [message #32694 is a reply to message #32693] Sat, 15 July 2006 02:33 Go to previous messageGo to previous message
ligesh is currently offline  ligesh   India
Messages: 63
Registered: July 2005
Karma:
Member
I think the change should be in imsg_edit.inc.t on line 485.

After this code we should have one more scan for replyto_id. The below is the existing FUD code.
 $replyto_id = q_singleval('SELECT mlist_msg_id FROM {SQL_TABLE_PREFIX}msg WHERE id='.$mtf->reply_to);



We will try once more, and do a grand sweep.
  If ($replyto_id === null) {

 $replyto_id = q_singleval("slect mlist_msg_id from msg where THREAD-ID = '$thread-id' AND mlist_msg_id != '');
}
 


So you just search that particular thread for any message that contains a mlist_msg_id. Anything will actually do. We just don't want the thread to break up, that's all.i am not really good with Db queries, so the above may not be perfectly right. But it the the idea is implementable.


[Updated on: Sat, 15 July 2006 02:39]

Report message to a moderator

[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Migrating from 2.6.15 to 2.7.5, using forum-dump feature, crashes
Next Topic: Merging Topics
Goto Forum:
  

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

Current Time: Mon Nov 04 18:15:31 GMT 2024

Total time taken to generate the page: 0.04405 seconds