Closed (won't fix)
Project:
Email Verify
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 May 2012 at 20:09 UTC
Updated:
25 Feb 2016 at 18:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rjbrown99 commented... and here it is. Patched against 6.x-1.x-dev git as of today.
1) Add new database table that stores the $host (domain), when it was last checked, and if it passed the check or not.
2) Prior to checking a new domain, looks to see if we have previously validated it and it's within the cache period. If so, we return OK and don't re-check. If not, we check and save to the DB if the domain is OK.
3) Added a cron cleanup so the cache table prunes expired records.
Comment #2
rjbrown99 commentedComment #3
rjbrown99 commentedFYI, I am managing a fork of email_verify with this and a number of other patches here:
https://github.com/rjbrown99/email_verify
Comment #4
oadaeh commentedDue to Drupal 6's EOL, I am closing this with "won't fix." If you feel this is still valid for any of the 7.x branches, feel free to re-open and update this issue.