haystack / feedme-rss

Automatically exported from code.google.com/p/feedme-rss
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 esperte...@gmail.com on 27 Aug 2009 at 3:43