View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000130 | Aardvark Bugs | Aardvark Mk III | public | 2009-08-06 20:56 | 2010-01-03 20:38 |
Reporter | msbrown | Assigned To | msbrown | ||
Priority | normal | Severity | Objection | Type | Error |
Status | Applied | Resolution | Accepted | ||
Name | Vincent Lefevre | ||||
Organization | |||||
User Reference | |||||
Summary | 0000130: Tracker notifications have incorrect mail headers | ||||
Description | The Austin Group Bug Tracker sends messages with 2 Message-ID headers: [...] Subject: [1003.1(2008)/Issue 7 0000129]: exception to syntax guidelines for -I Date: Wed, 5 Aug 2009 15:12:18 +0000 From: Austin Group Bug Tracker <noreply@msnkbrown.net> Message-ID: <3e797608891e599f1193f27f81c4c242@austingroupbugs.net> X-Priority: 3 X-Mailer: PHPMailer [version 1.73] keywords: [1003.1(2008)/Issue 7] Shell and Utilities Message-ID: <a6c6e0f6af8203f217175fa3dab44bad> [...] Also note that the second Message-Id is incorrect (missing domain part). A second mail was sent, with a note added to the issue. This one contains only one (correct) Message-Id, but the In-Reply-To header references the wrong Message-Id: [...] Subject: [1003.1(2008)/Issue 7 0000129]: exception to syntax guidelines for -I Date: Wed, 5 Aug 2009 20:00:48 +0000 From: Austin Group Bug Tracker <noreply@msnkbrown.net> Message-ID: <80ab3cdfdc0269c6797c80cd065aa4b0@austingroupbugs.net> X-Priority: 3 X-Mailer: PHPMailer [version 1.73] keywords: [1003.1(2008)/Issue 7] Shell and Utilities In-Reply-To: <a6c6e0f6af8203f217175fa3dab44bad> [...] | ||||
Desired Action | Please correct. | ||||
Tags | No tags attached. |
parent of | 0000204 | New | Fix Message-ID headers in next version of Mantis (Tracker notifications have incorrect mail headers) | |
Not all the children of this issue are yet resolved or closed. |
|
OK, the problem was that Mantis wanted to used the Message-IDs it created to be able to thread mails (and it worked well in Thunderbird), but the mail RFCs call for using X- prefixes when creating your own header additions. PHPMailer has a modification that will let Mantis do what is desired here, but this version of Mantis does not have that yet. I have changed things to use X- prefixes, to meet mail specs. This means no proper threading for now. When I merge in the next future version of Mantis we should be able to do this. |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-08-06 20:56 | msbrown | New Issue | |
2009-08-06 20:56 | msbrown | Name | => Vincent Lefevre |
2010-01-03 20:36 | msbrown | Note Added: 0000365 | |
2010-01-03 20:36 | msbrown | Assigned To | => msbrown |
2010-01-03 20:36 | msbrown | Status | New => Applied |
2010-01-03 20:36 | msbrown | Resolution | Open => Accepted |
2010-01-03 20:38 | msbrown | Issue cloned: 0000204 | |
2010-01-03 20:38 | msbrown | Relationship added | parent of 0000204 |