Filter a specific email address by typing that email address.
Filter all addresses from a domain by using an asterisk (*) to the left of the at sign (@) in the email address. For example, *@example.com will filter all email addresses in the example.com domain.
Filter all addresses from a subdomain by using an asterisk (*) to the left of the at sign (@) and also using an asterisk (*) in place of the subdomain in the email address. For example, *@*.example.com will filter all email addresses in all subdomains of the example.com domain.
The following table displays format examples that are valid or not valid:
Valid |
Not Valid |
---|---|
name@info.example.com |
name@*.example.com |
*@example.com |
*@*.com |
*@server.example.com |
*@* |
*@*.example.com |