Skip to content

Commit ae8011a

Browse files
[Email Security] Fix headers (#22456)
1 parent 8d13210 commit ae8011a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ Go to **Compliance**, and create a [content compliance filter](https://support.g
4848
- In **Simple content match**, select **Advanced content match**.
4949
- In **Location**, select **Full headers**.
5050
- In **Match type**, select **Contains text**.
51-
- In **Content**, enter `X-EmailSecurity-Disposition: MALICIOUS`.
51+
- In **Content**, enter `X-CFEmailSecurity-Disposition: MALICIOUS`.
5252
- Select **SAVE** to save the condition.
5353
- If the above expression match, do the following, select **Quarantine message** and the **Email Security Malicious** quarantine that was created in the previous step.
5454
- Select **SAVE**.
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: BULK`
59-
- `X-EmailSecurity-Disposition: SUSPICIOUS`
60-
- `X-EmailSecurity-Disposition: SPOOF`
61-
- `X-EmailSecurity-Disposition: UCE` (`UCE` is the equivalent of `SPAM`)
58+
- `X-CFEmailSecurity-Disposition: BULK`
59+
- `X-CFEmailSecurity-Disposition: SUSPICIOUS`
60+
- `X-CFEmailSecurity-Disposition: SPOOF`
61+
- `X-CFEmailSecurity-Disposition: UCE` (`UCE` is the equivalent of `SPAM`)
6262

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

0 commit comments

Comments
 (0)