-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Gateway] Extended email match (#12544)
- Loading branch information
Showing
4 changed files
with
87 additions
and
12 deletions.
There are no files selected for viewing
57 changes: 57 additions & 0 deletions
57
content/cloudflare-one/_partials/gateway/_extended-email.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
_build: | ||
publishResources: false | ||
render: never | ||
list: never | ||
--- | ||
|
||
Extended email addresses (also known as plus addresses) are variants of an existing email address with `+` or `.` modifiers. Many email providers, such as Gmail and Outlook, deliver emails intended for an extended address to its original address. For example, providers will deliver emails sent to `contact+123@example.com` or `con.tact@example.com` to `contact@example.com`. | ||
|
||
By default, Gateway will either filter only exact matches or all extended variants depending on the type of policy and action used: | ||
|
||
{{<details header="DNS policies">}} | ||
|
||
| Action | Behavior | | ||
| ------------------ | ------------------------------------ | | ||
| Allow | Match exact address only | | ||
| Block | Match exact address and all variants | | ||
| Override | Match exact address and all variants | | ||
| Safe Search | Match exact address and all variants | | ||
| YouTube Restricted | Match exact address and all variants | | ||
|
||
{{</details>}} | ||
|
||
{{<details header="Network policies">}} | ||
|
||
| Action | Behavior | | ||
| ---------------- | ------------------------------------ | | ||
| Allow | Match exact address only | | ||
| Audit SSH | Match exact address and all variants | | ||
| Block | Match exact address and all variants | | ||
| Network Override | Match exact address only | | ||
|
||
{{</details>}} | ||
|
||
{{<details header="HTTP policies">}} | ||
|
||
| Action | Behavior | | ||
| -------------- | ------------------------------------ | | ||
| Allow | Match exact address only | | ||
| Block | Match exact address and all variants | | ||
| Do Not Inspect | Match exact address only | | ||
| Do Not Isolate | Match exact address only | | ||
| Do Not Scan | Match exact address only | | ||
| Isolate | Match exact address and all variants | | ||
|
||
{{</details>}} | ||
|
||
{{<details header="Other policies">}} | ||
|
||
| Policy type | Behavior | | ||
| --------------- | ------------------------ | | ||
| Egress policy | Match exact address only | | ||
| Resolver policy | Match exact address only | | ||
|
||
{{</details>}} | ||
|
||
To force Gateway to match all email address variants, go to **Settings** > **Network** > **Firewall** and turn on **Match extended email addresses**. This setting applies to all firewall, egress, and resolver policies. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters