SYSTEM WARNING: 'file_get_contents(https://www.clearos.com/?rendertype=json&get=header): failed to open stream: Connection refused' in '/var/www/virtual/newwrapper/cf_topmenu.inc' line 5

ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001154ClearOSapp-mail-routing - Mail Routingpublic2013-05-23 14:362013-07-17 12:44
Reporterbchambers 
Assigned Tobchambers 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version6.4.0 
Target Version6.4.0 UpdatesFixed in Version 
Summary0001154: 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.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000858)
bchambers (administrator)
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

- 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

SYSTEM WARNING: 'file_get_contents(https://www.clearos.com/?rendertype=json&get=footer): failed to open stream: Connection refused' in '/var/www/virtual/newwrapper/cf_footer.inc' line 7