thunderbird_accounts.authentication.reserved

Reserved local-part lists and the is_reserved() check.

The matching logic lives in checker.py; the vendored word lists and the update.py maintenance script live alongside it. See README.md.

thunderbird_accounts.authentication.reserved.is_reserved(test_string: str) bool

Checks the address or random string is a reserved name which should fail user or alias creation if so.

Modules

checker