Skip to content

Commit 17dddb3

Browse files
[Email Security] Add headers under dispositions (#23225)
* Add redirect * [Email Security] Add headers under dispositions * Revert "Add redirect" This reverts commit 675d64b.
1 parent ea2f074 commit 17dddb3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/content/docs/cloudflare-one/email-security/reference/dispositions-and-attributes.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3044
Traffic that flows through Email Security can also receive one or more Attributes, which indicate that a specific condition has been met.

0 commit comments

Comments
 (0)