Peneira Disposable Email Blocker

Description

Peneira Disposable Email Blocker rejects throwaway email addresses everywhere a visitor can submit one:

  • WordPress registration, login, profile email change, and password reset
  • The native comment form
  • Contact Form 7, WooCommerce, Gravity Forms, WPForms, Forminator, Ninja Forms, and Fluent Forms (each loaded only when active)

The block list and a companion allowlist come from the open-source amieiro/disposable-email-domains project. Domains are stored in indexed database tables and imported without PHP timeouts. The bundled list works out of the box with no external requests. Optionally, enable automatic list updates (off by default) on a schedule you choose (daily/weekly/biweekly/monthly), or refresh on demand from the settings page. Subdomains of blocked domains are also blocked; an allowlist (upstream plus your own) prevents false positives.

External services

This plugin connects to the GitHub REST API (api.github.com) to download the disposable-domain block list and allowlist from the amieiro/disposable-email-domains repository.

  • What is sent: a standard HTTPS GET request (and a conditional-request ETag header). No personal data, site data, or user data is transmitted.
  • When: only when you click “Check for updates now”, or on your chosen schedule after you enable automatic list updates (a setting that is off by default). No requests are made otherwise; the plugin is fully functional with the bundled lists.
  • Endpoints: https://api.github.com/repos/amieiro/disposable-email-domains/contents/denyDomains.txt , …/allowDomains.txt

GitHub’s terms: https://docs.github.com/site-policy/github-terms/github-terms-of-service
GitHub’s privacy statement: https://docs.github.com/site-policy/privacy-policies/github-privacy-statement

Screenshots

Installation

  1. Upload the plugin to /wp-content/plugins/peneira-disposable-email-blocker or install from the Plugins screen.
  2. Activate it. On activation the bundled list imports immediately; on slow servers any remainder finishes in the background within moments.
  3. Visit Settings Peneira Disposable Email Blocker to choose surfaces, optionally enable automatic list updates, and manage local lists.

FAQ

Does it block subdomains?

Yes. If mailinator.com is blocked, anything.mailinator.com is blocked too.

How do I prevent a legitimate domain from being blocked?

Add it to the Local allow list in the settings page; allowlist entries always win.

Will the import time out on large sites?

No. The ~200k-entry list imports in batches within a strict time budget (about 10 seconds); anything left over continues via WP-Cron and the result is swapped in atomically.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Peneira Disposable Email Blocker” is open source software. The following people have contributed to this plugin.

Contributors

“Peneira Disposable Email Blocker” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Peneira Disposable Email Blocker” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • Initial release.