Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more specific bounce handling #75

Merged
merged 4 commits into from
Nov 28, 2024

Conversation

bwalkerl
Copy link
Contributor

@bwalkerl bwalkerl commented Nov 25, 2024

  • Adds more specific bounce handling by specifying types, which allows for immediate email invalidation
  • Allows for tracking only consecutive bounces with delivery notifications set up and bounceratio of -1.
  • Adds rough handling of users with the same email. Closes Add tests for when multiple accounts share an email #65
  • Log bounce and complaint events that aren't attached to a specific user. Mainly to help with debugging.
  • Adds new over bounce threshold notification.
  • Adds new reset bounce count notification
  • Adds reset bounce count action and bulk actions to bounces report

@bwalkerl bwalkerl force-pushed the specific-bounce-handling branch 5 times, most recently from 8e431c6 to 2ee4a25 Compare November 27, 2024 05:58
@bwalkerl bwalkerl force-pushed the specific-bounce-handling branch from 2ee4a25 to 215f9c2 Compare November 28, 2024 01:43
@bwalkerl bwalkerl force-pushed the specific-bounce-handling branch from 234baec to 872cd93 Compare November 28, 2024 06:22
@brendanheywood brendanheywood merged commit 7a1cad0 into MOODLE_404_STABLE Nov 28, 2024
15 checks passed
@brendanheywood brendanheywood deleted the specific-bounce-handling branch November 28, 2024 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tests for when multiple accounts share an email
2 participants