=== Doorman === Contributors: latz Tags: login, spam Requires at least: 3.0 Tested up to: 3.3.1 Stable tag: 0.1 Bounces registration attempts of spam bots and spammers with one time mailer addresses. == Description == !!! The development of this plugin is discontinued. There is a much better solution called "Validator.pizza" (https://wordpress.org/plugins/validator-pizza/). Please remove "doorman" and use that plugin !!! Stops people from registering at your blog with a disposable mail address by matching them with a provided list of over 200 known disposable mail providers. Additionally you can define your own blacklist and whitelist. If the domain is not found in the provided list the mail address is checked with botscout.com. **Coming soon** * Create log of rejected registration attempts * Block bots and spammers from posting comments == Installation == 1. Upload the files to the `/wp-content/plugins/doorman/` directory 1. Activate the "Doorman" plugin through the 'Plugins' menu in WordPress 1. The plugin works out of the box but you may adjust some settings on the doorman settings page = Configuration = Error message: You can define the error message that is displayed if the mail domain is rejected by the plugin. You can use the placeholder "%s" to display the rejected domain name. Blacklist: You can block subdomains, domains, or complete TLDs. "test.tld" will block mail domains ending with "test.tld", ".tld" will block all domains ending with ".tld" Whitelist: Same as the Blacklist except that it will allow domains instead of blocking them. Botscout API key: By aquiring an API key you can increase you daily number of free request (20) to a much larger number. You can get your API key here: http://botscout.com/getkey.htm = Order of testing = The mail domains are checked in the following order: Whitelist, Blacklist, List of known disposable mail services, botscout.com == Changelog == = 0.1 = * Initial release = 0.2 = + Added botscout.com support