توضیحات
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
عکسهای صفحه


نصب
- Upload the plugin to
/wp-content/plugins/peneira-disposable-email-blockeror install from the Plugins screen. - Activate it. On activation the bundled list imports immediately; on slow servers any remainder finishes in the background within moments.
- Visit Settings Peneira Disposable Email Blocker to choose surfaces, optionally enable automatic list updates, and manage local lists.
سوالات متداول
-
Does it block subdomains?
-
Yes. If
mailinator.comis blocked,anything.mailinator.comis 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.
نقد و بررسیها
نقد و بررسیای برای این افزونه یافت نشد.
توسعه دهندگان و همکاران
“Peneira Disposable Email Blocker” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگان“Peneira Disposable Email Blocker” به 1 زبان ترجمه شده است. با تشکر از مترجمین برای همکاری و کمکهایشان.
ترجمه “Peneira Disposable Email Blocker” به زبان شما.
علاقه مند به توسعه هستید؟
کد را مرور کنید, را بررسی کنید مخزن SVN, یا مشترک شوید گزارش توسعه توسط RSS.
گزارش تغییرات
1.0.1
- Domain imports now work on non-MySQL databases (the SQLite integration and WordPress Playground): inserts are chunked to 500 rows per statement and staging tables are created with portable DDL.
- A stalled import (for example after a mid-import failure or on hosts without working cron loopback requests) no longer blocks “Check for updates now” forever; it is detected and resumed inline.
1.0.0
- Initial release.
