Skip to content

Commit f0ef263

Browse files
[Email Security] Remove Suspicious actions
1 parent 9f752a8 commit f0ef263

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

src/content/docs/cloudflare-one/email-security/setup/pre-delivery-deployment/prerequisites/gsuite-email-security-mx.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ Go to **Compliance**, and create a [content compliance filter](https://support.g
5757
If you would like to quarantine the other dispositions, repeat the above steps and use the following strings for the other dispositions:
5858

5959
- `X-CFEmailSecurity-Disposition: BULK`
60-
- `X-CFEmailSecurity-Disposition: SUSPICIOUS`
6160
- `X-CFEmailSecurity-Disposition: SPOOF`
6261
- `X-CFEmailSecurity-Disposition: UCE` (`UCE` is the equivalent of `SPAM`)
6362

src/content/docs/cloudflare-one/email-security/setup/pre-delivery-deployment/prerequisites/m365-email-security-mx/use-cases/five-junk-admin-quarantine.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ head:
1111

1212
import { Render } from "~/components"
1313

14-
In this tutorial, you will learn to deliver `SUSPICIOUS` and `BULK` messages to the user's junk email folder, and `MALICIOUS`, `SPAM`, and `SPOOF` messages to the Administrative Quarantine (this requires an administrator to release the emails).
14+
In this tutorial, you will learn to deliver `BULK` messages to the user's junk email folder, and `MALICIOUS`, `SPAM`, and `SPOOF` messages to the Administrative Quarantine (this requires an administrator to release the emails).
1515

1616
## Configure anti-spam policies
1717

src/content/docs/cloudflare-one/email-security/setup/pre-delivery-deployment/prerequisites/m365-email-security-mx/use-cases/one-junk-admin-quarantine.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To create the transport rules that will send emails with certain dispositions to
4141
* **Name**: `Email Security Deliver to Junk Email folder`.
4242
* **Apply this rule if**: *The message headers* > *includes any of these words*.
4343
* **Enter text**: `X-CFEmailSecurity-Disposition` > **Save**.
44-
* **Enter words**: `SUSPICIOUS`, `BULK` > **Add** > **Save**.
44+
* **Enter words**: `BULK` > **Add** > **Save**.
4545
* **Apply this rule if**: Select **+** to add a second condition.
4646
* **And**: *The sender* > *IP address is in any of these ranges or exactly matches* > enter the egress IPs in the [Egress IPs](/cloudflare-one/email-security/setup/pre-delivery-deployment/egress-ips/) page.
4747
* **Do the following** - *Modify the message properties* > *Set the Spam Confidence Level (SCL)* > *5*.

src/content/docs/cloudflare-one/email-security/setup/pre-delivery-deployment/prerequisites/m365-email-security-mx/use-cases/three-junk-admin-quarantine.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ head:
1111

1212
import { Render } from "~/components"
1313

14-
In this tutorial, you will learn how to deliver `SUSPICIOUS` and `BULK` messages to the users's junk email folder, and `MALICIOUS`, `SPAM`, and `SPOOF` messages to the administrative quarantine (this requires an administrator to release the emails).
14+
In this tutorial, you will learn how to deliver `BULK` messages to the users's junk email folder, and `MALICIOUS`, `SPAM`, and `SPOOF` messages to the administrative quarantine (this requires an administrator to release the emails).
1515

1616
## Create quarantine policies
1717

src/content/docs/cloudflare-one/email-security/setup/pre-delivery-deployment/prerequisites/m365-email-security-mx/use-cases/two-junk-user-quarantine.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ head:
1111

1212
import { Render } from "~/components"
1313

14-
In this tutorial, you will learn how to deliver `SUSPICIOUS` and `BULK` messages to the user's junk folder, and `SPAM` and `SPOOF` messages to the user managed quarantine.
14+
In this tutorial, you will learn how to deliver `BULK` messages to the user's junk folder, and `SPAM` and `SPOOF` messages to the user managed quarantine.
1515

1616
## Create quarantine policies
1717

src/content/partials/cloudflare-one/email-security/deployment/m365-use-case-transport-rules.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To create the transport rules that will send emails with certain [disposition](/
1919
* **Name**: *{props.one}*.
2020
* **Apply this rule if**: *The message headers* > *includes any of these words*.
2121
* **Enter text**: `X-CFEmailSecurity-Disposition` > **Save**.
22-
* **Enter words**: <code>{props.two}</code> > **Add** > **Save**.
22+
* **Enter words**: `BULK` > **Add** > **Save**.
2323
* **Apply this rule if**: Select **+** to add a second condition.
2424
* **And**: *The sender* > *IP address is in any of these ranges or exactly matches* > enter the egress IPs in the [Egress IPs](/cloudflare-one/email-security/setup/pre-delivery-deployment/egress-ips/) page.
2525
* **Do the following** - *{props.three}*.
@@ -39,7 +39,7 @@ To create the transport rules that will send emails with certain [disposition](/
3939
* **Name**: *{props.five}*.
4040
* **Apply this rule if**: *The message headers* > *includes any of these words*.
4141
* **Enter text**: `X-CFEmailSecurity-Disposition` > **Save**.
42-
* **Enter words**: *{props.six}* > **Add** > **Save**.
42+
* **Enter words**: `MALICIOUS` > **Add** > **Save**.
4343
* **Apply this rule if**: Select **+** to add a second condition.
4444
* **And**: *The sender* > *IP address is in any of these ranges or exactly matches* > enter the egress IPs in the [Egress IPs](/cloudflare-one/email-security/setup/pre-delivery-deployment/egress-ips/) page.
4545
* **Do the following**: *{props.seven}*.

0 commit comments

Comments
 (0)