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

Set the recommendation bit on receivers with bad email addresses to be False #131

Open
GoogleCodeExporter opened this issue Mar 20, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

This will allow us to avoid needing to do a check on the email_re at
recommendation time, which could slow us down.

"I'm wondering if we should run email_re against all receivers in the
database and set their recommend field to False if they don't pass.  This
would also solve the bug I think, and might be more efficient than running
a regex on every friend every time we see a new post.  The new client
update should prevent new badly-formatted emails from being entered into
the database."

Original issue reported on code.google.com by [email protected] on 27 Aug 2009 at 3:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant