Skip to content

Commit 5fdf68b

Browse files
[Email Security] Update Gmail Disposition for MX (cloudflare#21889)
* [Email Security] Update Gmail Disposition for MX * Specify that UCE = SPAM
1 parent a0d7009 commit 5fdf68b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ Go to **Compliance**, and create a [content compliance filter](https://support.g
5555

5656
If you would like to quarantine the other dispositions, repeat the above steps and use the following strings for the other dispositions:
5757

58-
- `X-EmailSecurity-Disposition: MALICIOUS`
58+
- `X-EmailSecurity-Disposition: BULK`
5959
- `X-EmailSecurity-Disposition: SUSPICIOUS`
6060
- `X-EmailSecurity-Disposition: SPOOF`
61-
- `X-EmailSecurity-Disposition: UCE`
61+
- `X-EmailSecurity-Disposition: UCE` (`UCE` is the equivalent of `SPAM`)
6262

6363
If desired, you can create a separate quarantine for each of the dispositions.
6464

src/content/docs/email-security/deployment/inline/setup/gsuite-area1-mx.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ When you are finished entering these details, select **SAVE**.
155155
* `X-Area1Security-Disposition: MALICIOUS`
156156
* `X-Area1Security-Disposition: SUSPICIOUS`
157157
* `X-Area1Security-Disposition: SPOOF`
158-
* `X-Area1Security-Disposition: UCE`
158+
* `X-Area1Security-Disposition: UCE` (`UCE` is the equivalent of `SPAM`)
159159

160160
If desired, you can create a separate quarantine for each of the dispositions.
161161

@@ -212,6 +212,6 @@ Unlike the configuration in [step 2](#2-quarantine-malicious-detections) where t
212212

213213
4. In the **Message Tagging** section, select **Message is considered spam if the following header regexp matches**.
214214

215-
5. In the **Regexp** section, enter the string `X-Area1Security-Disposition: UCE`.
215+
5. In the **Regexp** section, enter the string `X-Area1Security-Disposition: UCE` (`UCE` is the equivalent of `SPAM`).
216216

217217
6. Select **SAVE** to save the updated configuration.

0 commit comments

Comments
 (0)