From 675d64b3aaef252a1edbbc9b4b4504499ad675aa Mon Sep 17 00:00:00 2001 From: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com> Date: Tue, 24 Jun 2025 18:47:07 +0100 Subject: [PATCH 1/3] Add redirect --- public/__redirects | 1 + 1 file changed, 1 insertion(+) diff --git a/public/__redirects b/public/__redirects index da951f16c73c0a..5213955e0fa635 100644 --- a/public/__redirects +++ b/public/__redirects @@ -499,6 +499,7 @@ /cloudflare-one/email-security/setup/pre-delivery-deployment/prerequisites/office365-email-security-mx/ /cloudflare-one/email-security/setup/pre-delivery-deployment/prerequisites/microsoft365-email-security-mx/ 301 /cloudflare-one/email-security/setup/post-delivery-deployment/api/office365-api/ /cloudflare-one/email-security/setup/post-delivery-deployment/api/m365-api/ 301 /cloudflare-one/email-security/setup/post-delivery-deployment/bcc-journaling/journaling-setup/office365-journaling/ /cloudflare-one/email-security/setup/post-delivery-deployment/bcc-journaling/journaling-setup/m365-journaling/ 301 +/cloudflare-one/email-security/setup/pre-delivery-deployment/prerequisites/microsoft365-email-security-mx/ /cloudflare-one/email-security/setup/pre-delivery-deployment/prerequisites/m365-email-security-mx/ 301 # firewall /firewall/api/cf-lists/ /waf/tools/lists/lists-api/ 301 From 628852676a409ed6fa01623fd815389574586e3a Mon Sep 17 00:00:00 2001 From: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:30:03 +0100 Subject: [PATCH 2/3] [Email Security] Add headers under dispositions --- .../reference/dispositions-and-attributes.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/content/docs/cloudflare-one/email-security/reference/dispositions-and-attributes.mdx b/src/content/docs/cloudflare-one/email-security/reference/dispositions-and-attributes.mdx index f859fb3b82d1ed..37bcae148df231 100644 --- a/src/content/docs/cloudflare-one/email-security/reference/dispositions-and-attributes.mdx +++ b/src/content/docs/cloudflare-one/email-security/reference/dispositions-and-attributes.mdx @@ -25,6 +25,20 @@ The following disposition values follow an order of maliciousness: +### Header structure + +When Email Security adds a disposition header to an email message, that header matches the following format: + +```txt +X-CFEmailSecurity-Disposition: [Value] +``` + +Note that emails with a disposition of `SPAM` will be tagged with `UCE` (unsolicited commercial emails) in their headers: + +```txt +X-CFEmailSecurity-Disposition: UCE +``` + ## Attributes Traffic that flows through Email Security can also receive one or more Attributes, which indicate that a specific condition has been met. From 7a5a5b3f8921b12530f32e4d2d424b7f55cecce5 Mon Sep 17 00:00:00 2001 From: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:31:07 +0100 Subject: [PATCH 3/3] Revert "Add redirect" This reverts commit 675d64b3aaef252a1edbbc9b4b4504499ad675aa. --- public/__redirects | 1 - 1 file changed, 1 deletion(-) diff --git a/public/__redirects b/public/__redirects index 5213955e0fa635..da951f16c73c0a 100644 --- a/public/__redirects +++ b/public/__redirects @@ -499,7 +499,6 @@ /cloudflare-one/email-security/setup/pre-delivery-deployment/prerequisites/office365-email-security-mx/ /cloudflare-one/email-security/setup/pre-delivery-deployment/prerequisites/microsoft365-email-security-mx/ 301 /cloudflare-one/email-security/setup/post-delivery-deployment/api/office365-api/ /cloudflare-one/email-security/setup/post-delivery-deployment/api/m365-api/ 301 /cloudflare-one/email-security/setup/post-delivery-deployment/bcc-journaling/journaling-setup/office365-journaling/ /cloudflare-one/email-security/setup/post-delivery-deployment/bcc-journaling/journaling-setup/m365-journaling/ 301 -/cloudflare-one/email-security/setup/pre-delivery-deployment/prerequisites/microsoft365-email-security-mx/ /cloudflare-one/email-security/setup/pre-delivery-deployment/prerequisites/m365-email-security-mx/ 301 # firewall /firewall/api/cf-lists/ /waf/tools/lists/lists-api/ 301