ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001429ClearOSapp-smart-monitorpublic2013-11-17 18:112013-12-20 13:27
Reporterbchambers 
Assigned Tobchambers 
PrioritynormalSeverityminorReproducibilitysometimes
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version6.5.0 Beta 2 
Target Version6.5.0Fixed in Version6.5.0 
Summary0001429: Mail Notification may not display email address properly
DescriptionIf email has a dash in it, regex will not parse address from conf file properly.
Additional Informationget_sender() function's regex should be:

$output = preg_replace('/(^-|\s+-)(\w){1}/', '|\2', $retval);
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2013-11-17 18:11 bchambers New Issue
2013-11-17 18:11 bchambers Status new => assigned
2013-11-17 18:11 bchambers Assigned To => bchambers
2013-11-17 20:07 bchambers Status assigned => confirmed
2013-11-17 20:07 bchambers Status confirmed => resolved
2013-11-17 20:07 bchambers Resolution open => fixed
2013-11-17 20:07 bchambers Fixed in Version => 6.5.0 Beta 2
2013-11-18 07:53 user2 Fixed in Version 6.5.0 Beta 2 => 6.5.0
2013-11-18 07:53 user2 Target Version 6.5.0 Beta 2 => 6.5.0
2013-12-20 13:27 user2 Status resolved => closed