Skip to content

Commit c378820

Browse files
[Email Security] Add quarantine policy to glossary (#24022)
* [Email Security] Add quarantine policy to glossary * Add more info about quarantine policy
1 parent 635dd52 commit c378820

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

src/content/glossary/cloudflare-one.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,3 +278,7 @@ entries:
278278
- term: Hops
279279
general_definition: |-
280280
Hops refer to the stops an email makes as it travels from the sender to the recipient.
281+
282+
- term: Quarantine policies
283+
general_definition: |-
284+
Policies that block specific types of emails (usually malicious and suspicious emails), preventing emails from reaching the end-user or the next mail service provider. Emails that are quarantined are reviewed by administrators and potentially released if falsely flagged.

src/content/partials/cloudflare-one/email-security/deployment/m365-use-case-1-3-create-quarantine-policy.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
---
55

6-
To create quarantine policies:
6+
import { GlossaryTooltip } from "~/components";
7+
8+
To create <GlossaryTooltip term="Quarantine policies">quarantine policies</GlossaryTooltip>:
79

810
1. Open the [Microsoft 365 Defender console](https://security.microsoft.com/)
911

@@ -32,4 +34,4 @@ To create quarantine policies:
3234

3335
12. Review your settings and select **Submit**.
3436

35-
13. Select **Done**.
37+
13. Select **Done**.

src/content/partials/cloudflare-one/email-security/deployment/m365-use-case-2-4-create-quarantine-policy.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
---
55

6-
To create quarantine policies:
6+
import { GlossaryTooltip } from "~/components";
7+
8+
To create <GlossaryTooltip term="Quarantine policies">quarantine policies</GlossaryTooltip>:
79

810
1. Open the [Microsoft 365 Defender console](https://security.microsoft.com/).
911

0 commit comments

Comments
 (0)