LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   E-mail thread identification (https://www.linuxquestions.org/questions/linux-server-73/e-mail-thread-identification-890132/)

hydraMax 07-05-2011 11:50 PM

E-mail thread identification
 
How do e-mail clients know whether or not an e-mail is part of a thread? (For example, Thunderbird can fold e-mails into threads.) Do they just guess based on the Subject line, or do they know for certain based on an e-mail field?

I was planning to tackle some more advanced filter programming on my Postfix server.

droyden 07-06-2011 01:58 AM

It's in the headers of the email message

mario.almeida 07-07-2011 04:35 AM

Its the email subject,
If you modify the subject its gone out of that thread.

Reuti 07-07-2011 05:46 AM

When you look at the plain email file, you will find entries like:

Message-ID:
References:
In-Reply-To:

with some unique values behind which will be used. If the email client can’t use it for threads, it will sometimes use the subject.

droyden 07-08-2011 06:18 AM

Correct, as above :)


All times are GMT -5. The time now is 02:25 AM.