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

Refine the logic around how to handle hard vs soft bounce vs compaint #2

Open
brendanheywood opened this issue Feb 14, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@brendanheywood
Copy link
Contributor

brendanheywood commented Feb 14, 2022

https://github.com/catalyst/moodle-tool_emailutils/blob/master/client.php#L48-L58

https://aritic.com/blog/aritic-mail/practices-to-avoid-most-email-bounce/
image

We can't rely on the core logic in over_bounce_threshold, so I think we want something like:

a) if its a hard bounce, set emailstop as well because we want immediate stopped emails

https://tracker.moodle.org/browse/MDL-14350

b) if its a soft bounce then we want to gradually decide if we should stop

etc all the way through that table

@brendanheywood brendanheywood added the bug Something isn't working label Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant