File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
src/content/docs/cloudflare-one/email-security/reference Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,20 @@ The following disposition values follow an order of maliciousness:
2525
2626<Render file = " email-security/dispositions-and-attributes" />
2727
28+ ### Header structure
29+
30+ When Email Security adds a disposition header to an email message, that header matches the following format:
31+
32+ ``` txt
33+ X-CFEmailSecurity-Disposition: [Value]
34+ ```
35+
36+ Note that emails with a disposition of ` SPAM ` will be tagged with ` UCE ` (unsolicited commercial emails) in their headers:
37+
38+ ``` txt
39+ X-CFEmailSecurity-Disposition: UCE
40+ ```
41+
2842## Attributes
2943
3044Traffic that flows through Email Security can also receive one or more Attributes, which indicate that a specific condition has been met.
You can’t perform that action at this time.
0 commit comments