Topic: New Plugin Idea [Check for Bogus Email Accounts]
We all know what it's like when a user registers to your board, only with the intention of trying to leach users/profiles, or just try to do nasty things in general. [aka script kiddies and spammers]
Occasionally, these people will register to the board using a 'good' email address, just to get the validation email notification, and once they log in immediately change their email address to a bogus one in their profile.
I wonder if it's possible to write a plugin that;
a) loops through all users on your board, and verifies their email address [whatever method is accurate and works; eg: mx]
b) loops through only x number of iterations at a time, to prevent server load and potential time outs using php
c) Gives a display of each address, with user name, as it loops - this could be either set by the Admin the number of iterations [such as 20-50 at a time for example], through paging
d) Once the Plugin is finished checking addresses, it displays a list of potential 'Bad' Email addresses, and armed with this info the Admin could choose to delete that persons account directly [via a link], or;
e) Be able to either Email [to check/manually verify address] or PM that user to let them know they need to use a valid email address.
I recognize this would be something you would want to do late at night when there wasn't much traffic, but in my view this would be a great Admin tool for those who fight this kind of behaviour.
Thoughts?
Thanks for your consideration!