WebGUI
      Click here to register.
      
PBWG Banner


     Report a Bug > WebGUI Bug Tracker

Thread duplication after reply by e-mail

User bernd
Date 5/14/2008 2:32 pm
Severity Cosmetic (misspelling, formatting problems)
Version WebGUI Stable 7.4.34
Views 275
Rating 0    Rate [
|
]
Karma Rank 0.000000
Previous · Next
User Message
bernd

I noticed that threads in collaboration systems get duplicated sometimes when a reply is sent directly by e-mail. But not always. Behavior seems rather erratic. I will try to find out precise conditions under which the bug can be reproduced. But maybe someone else has observed the same behavior?



Back to Top
Rate [
|
]
 
 
Graham

This can happen if the email client doesn't properly set the headers when sending out a response.  There isn't much that can be done about it most likely, as it is a client problem.  It can be looked at if you can reproduce it reliably though.



Back to Top
Rate [
|
]
 
 
bernd

I believe there is more than that. In fact, webgui was able to attach the reply properly to the original message. That is I ended up with a thread that contained the original message and a thread that showed the original message plus reply.

I have set up a test forum on my site now. I am going to play with it for a while. Once I found conditions under which this can be reproduced I will let you know.

Some other thought: Would it be possible to hide a tag in text bodies? Most users cite the message they are replying to. Webgui could simply check for the presence of such a tag and favor it over header information if it is present.

--
Trying to build a non-profit community portal for free-climbers around Magdeburg/Germany. Check out http://www.klettern-md.de (under construction).



Back to Top
Rate [
|
]
 
 
preaction

WebGUI didn't append the original post to the wrongly-created thread, the user's e-mail client did.

Hiding a tag would not work since some people do not include the entire original message when replying to a CS post by e-mail.

When you reproduce this, look in the database, Post table, originalEmail column. The e-mail must have an "In-Reply-To" header in order to be detected correctly. Attach the contents of that column to this thread with your reply and we can see if this is WebGUI's fault, or the fault of whatever MUA is sending the message.

-----------

I've dug a little deeper about the subject, and it seems there is also a "References" header that may or may not contain parent message Ids.

The correct interpretation of RFC822 is to use In-Reply-To, and that is what we do. If this becomes a very large problem, we may have to look into what we can do with the References header.

Closing until more information.



Back to Top
Rate [
|
]