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

feat: add sanitization layer #9

Merged
merged 3 commits into from
Jun 11, 2024
Merged

feat: add sanitization layer #9

merged 3 commits into from
Jun 11, 2024

Conversation

nshki
Copy link
Owner

@nshki nshki commented Jun 11, 2024

Issue

Closes #4.

Overview

This reduces the miss rate of sent emails by:

  1. Adding a way to prioritize certain email keywords in email lists from sources.
  2. Manually verifying a number of company email addresses against respective privacy policies.

This also makes the deletion process a little more robust by preventing duplicate sends to identical email addresses.

This is so that we can explicitly declare email addresses for companies
that have been manually verified against privacy policies.
@nshki nshki added the enhancement New feature or request label Jun 11, 2024
@nshki nshki self-assigned this Jun 11, 2024
@nshki nshki merged commit a13c249 into main Jun 11, 2024
1 check passed
@nshki nshki deleted the feat/add-sanitization-layer branch June 11, 2024 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some email addresses in the sourced company list aren't valid
1 participant