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

Remove expired records from the validations table #2236

Closed
vohmar opened this issue Dec 10, 2021 · 0 comments · Fixed by #2294
Closed

Remove expired records from the validations table #2236

vohmar opened this issue Dec 10, 2021 · 0 comments · Fixed by #2294
Assignees

Comments

@vohmar
Copy link
Contributor

vohmar commented Dec 10, 2021

successfully validated email records are valid for 1 year after that period of time the email address should be revalidated. On revalidating the record old expired records should be removed from the validations table.

this could be done by either the same validation method when expired validation is detected or by a separate method

Test:

  • run email validation at mx validation level
  • choose any successfully validated record for further monitoring
  • run email validation at mx level - check that there is no now validation record created for the chosen email address
  • change validity period setting to 1 minute
  • run email validation at mx level - check that there is now new validation record for the chosen email and the old record is deleted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants