Skip to content

feat: disposable/temporary email detection #6

Description

@polaz

Summary

Detect temporary/disposable email domains (tempmail.com, guerrillamail.com, etc.). Feature-gated behind disposable flag.

Tasks

  • Curate domain list from open-source sources (~3000 domains)
  • Store as embedded sorted list + binary search (or trie if reusing PSL infra)
  • email.is_disposable() -> bool
  • Feature flag: disposable (not default — adds ~30KB)
  • Test: known disposable domains detected, legitimate domains not flagged

Time estimate

3h

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions