Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
Erik S.Erik S.Reviewer
AlexAlexChange Log Group
FixedChange Log Message
Exception thrown during e-mail body parsing is properly logged into "System Log" now.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Story Points
2Fix versions
Affects versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Erik S.
Erik S.Reviewer
Alex
AlexChange Log Group
Fixed
Change Log Message
Exception thrown during e-mail body parsing is properly logged into "System Log" now.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Story Points
2
Fix versions
Affects versions
Created March 11, 2013 at 4:00 PM
Updated December 29, 2024 at 8:59 PM
Resolved July 24, 2013 at 3:12 PM
We should wrap e-mail template parsing in some sort of check code, that would:
catch error if any
write down this error into "System Log"
don't send e-mail with parsing error
allow code, that follows after e-mail sending to continue running