Messages with different subject lines should be treated as separate threads #95

Closed
opened 2019-11-30 05:34:42 +01:00 by mikegioia · 0 comments
mikegioia commented 2019-11-30 05:34:42 +01:00 (Migrated from github.com)

Describe the bug
Messages may contain references to other messages but really belong to a separate thread. One way this can happen is if the sender replies to a thread but changes the subject line. This is probably one of many.

Suggested Fix
Threads that differ in subject line by some specified amount should be treated as separate threads,
even if they share IDs in their references.

This could be used to check for string sameness: https://www.php.net/manual/en/function.similar-text.php

**Describe the bug** Messages may contain references to other messages but really belong to a separate thread. One way this can happen is if the sender replies to a thread but changes the subject line. This is probably one of many. **Suggested Fix** Threads that differ in subject line by some specified amount should be treated as separate threads, even if they share IDs in their references. This could be used to check for string sameness: https://www.php.net/manual/en/function.similar-text.php
Sign in to join this conversation.
No description provided.