mozilla / fxa-email-service

DEPRECATED - Migrated to https://github.com/mozilla/fxa
Mozilla Public License 2.0
6 stars 6 forks source link

refactor(settings): rename `BounceLimit(s)` to `DeliveryProblemLimit(s)` #251

Closed vbudhram closed 5 years ago

vbudhram commented 5 years ago

This PR renames BounceLimit(s) to DeliveryProblemLimit(s), which better describes what the struct is storing since it can contain delivery bounces and complaints.

Fixes #217