Page MenuHomePhabricator

Fix mail parameter error with old migrations
ClosedPublic

Authored by epriestley on Aug 24 2015, 4:30 PM.
Tags
None
Referenced Files
F19697074: D13990.id.diff
Tue, Feb 10, 3:29 PM
F19623181: D13990.diff
Wed, Feb 4, 3:26 PM
F19601727: D13990.id33801.diff
Tue, Feb 3, 5:30 AM
F19558306: D13990.diff
Fri, Jan 30, 11:33 PM
F19554327: D13990.diff
Thu, Jan 29, 8:35 PM
F19517459: D13990.diff
Jan 15 2026, 11:25 AM
F19517447: D13990.diff
Jan 15 2026, 11:15 AM
F19517443: D13990.diff
Jan 15 2026, 11:14 AM
Subscribers
None

Details

Summary

Fixes T9251. Old mail could get saved with bad parameters for two reasons that I can come up with:

  • Nothing ever set a parameter on it -- not sure this could ever actually happen; or
  • some field contained non-UTF8 data prior to D13939 and we silently failed to encode it.

My guess is that the second case is probably the culprit here.

In any case, recover from this so 20150622.metamta.5.actor-phid-mig.php can proceed.

Test Plan

Same effective patch as user patch in T9251; looked at some mail to make sure it was still pulling parameters properly.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix mail parameter error with old migrations.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Aug 24 2015, 4:36 PM
This revision was automatically updated to reflect the committed changes.