chore(bounces): Use a normalized and aliased email to search bounces
commit e70b04ca051bf8440e521adb07479731dc7e90b0 Author: Nicholas ShirleyDate: Fri Jan 9 09:05:48 2026 -0700 chore(bounces): Use a normalized and aliased email to search bounces Because: - There is an edge case where aliased email look ups can return wrong bounces This Commit: - Updates the bounce lookup to use a fully normalized email, and an aliased email with wildcard - Adds new stored prodcedure to make rollback as simple as possible Closes: FXA-12867