ClearFoundation Tracker - ClearOS
View Issue Details
0001154ClearOSapp-mail-routing - Mail Routingpublic2013-05-23 14:362013-07-17 12:44
bchambers 
bchambers 
normalminoralways
closedfixed 
6.4.0 
6.4.0 Updates 
0001154: Filter_Content library does not parse message ID

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.
No tags attached.
Issue History
2013-05-23 14:36bchambersNew Issue
2013-05-23 14:36bchambersStatusnew => assigned
2013-05-23 14:36bchambersAssigned To => bchambers
2013-05-23 14:49bchambersCheckin
2013-05-23 14:49bchambersNote Added: 0000858
2013-05-23 14:49bchambersStatusassigned => resolved
2013-05-23 14:49bchambersResolutionopen => fixed
2013-07-17 12:44user2Statusresolved => closed

Notes
(0000858)
bchambers   
2013-05-23 14:49   
Source Code Changelog
---------------------------------------------------
- Fixed Message-ID parsing bug [fixed tracker 0001154]
- Added hooks for mail archive app [fixed tracker 0001156]

File Changes
---------------------------------------------------
Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=6046 [^]
U webconfig/apps/mail_routing/trunk/deploy/info.php
U webconfig/apps/mail_routing/trunk/libraries/Filter_Content.php
U webconfig/apps/mail_routing/trunk/libraries/Filter_Incoming.php
U webconfig/apps/mail_routing/trunk/packaging/app-mail-routing.spec