Linux 软件免费装
Banner图

Peneira Disposable Email Blocker

开发者 amieiro
更新时间 2026年8月20日 06:52
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

spam disposable email temporary email fake email email validation

下载

1.0.0 1.0.1

详情介绍:

Peneira Disposable Email Blocker rejects throwaway email addresses everywhere a visitor can submit one: 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.

安装:

  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.

屏幕截图:

  • A blocked registration attempt.

升级注意事项:

1.0.1 Fixes domain imports on SQLite/Playground and recovers automatically from stalled imports. 1.0.0 Initial release.

常见问题:

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.

更新日志:

1.0.1 1.0.0