ClearFoundation Tracker - ClearOS
View Issue Details
0001429ClearOSapp-smart-monitorpublic2013-11-17 18:112013-12-20 13:27
bchambers 
bchambers 
normalminorsometimes
closedfixed 
6.5.0 Beta 2 
6.5.06.5.0 
0001429: Mail Notification may not display email address properly
If email has a dash in it, regex will not parse address from conf file properly.
get_sender() function's regex should be:

$output = preg_replace('/(^-|\s+-)(\w){1}/', '|\2', $retval);
No tags attached.
Issue History
2013-11-17 18:11bchambersNew Issue
2013-11-17 18:11bchambersStatusnew => assigned
2013-11-17 18:11bchambersAssigned To => bchambers
2013-11-17 20:07bchambersStatusassigned => confirmed
2013-11-17 20:07bchambersStatusconfirmed => resolved
2013-11-17 20:07bchambersResolutionopen => fixed
2013-11-17 20:07bchambersFixed in Version => 6.5.0 Beta 2
2013-11-18 07:53user2Fixed in Version6.5.0 Beta 2 => 6.5.0
2013-11-18 07:53user2Target Version6.5.0 Beta 2 => 6.5.0
2013-12-20 13:27user2Statusresolved => closed

There are no notes attached to this issue.