ClearFoundation Tracker - ClearOS | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001154 | ClearOS | app-mail-routing - Mail Routing | public | 2013-05-23 14:36 | 2013-07-17 12:44 |
Reporter | bchambers | ||||
Assigned To | bchambers | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 6.4.0 | ||||
Target Version | 6.4.0 Updates | Fixed in Version | |||
Summary | 0001154: Filter_Content library does not parse message ID | ||||
Description | Line 116: } else if (preg_match('/^Message-ID: (.*)/', $line, $regs)) { Should be: } else if (preg_match('/^Message-ID: (.*)/i', $line, $regs)) { This does not affect function of mail handling, but needs to be fixed for implementation of mail archive. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-05-23 14:36 | bchambers | New Issue | |||
2013-05-23 14:36 | bchambers | Status | new => assigned | ||
2013-05-23 14:36 | bchambers | Assigned To | => bchambers | ||
2013-05-23 14:49 | bchambers | Checkin | |||
2013-05-23 14:49 | bchambers | Note Added: 0000858 | |||
2013-05-23 14:49 | bchambers | Status | assigned => resolved | ||
2013-05-23 14:49 | bchambers | Resolution | open => fixed | ||
2013-07-17 12:44 | user2 | Status | resolved => closed |
Notes | |||||
|
|||||
|
|