BlockRegistrationDomain

class BlockRegistrationDomain[source]

A BLOCK registration domain rule that blocks a domain globally.

type: Literal['block']

Always ‘block’.

id: str

The id of the rule.

domain: str

The email domain.

match_subdomains: bool

Whether subdomains are also matched.