Skip to content

Commit af6c99e

Browse files
[Email Security - Do not merge yet] Add attributes (#21505)
* [Email Security] Add attributes * Fixing link * Adding preposition
1 parent 8e467e5 commit af6c99e

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

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

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,28 @@ You can use disposition values when [setting up auto-moves](/cloudflare-one/emai
2121

2222
### Available values
2323

24-
<Render file="email-security/dispositions-and-attributes" />
24+
<Render file="email-security/dispositions-and-attributes" />
25+
26+
## Attributes
27+
28+
Traffic that flows through Email Security can also receive one or more Attributes, which indicate that a specific condition has been met.
29+
30+
### Available values
31+
32+
| Attribute | Notes |
33+
| --------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
34+
| `CUSTOM_BLOCK_LIST` | This message matches a value you have defined in your custom block list. |
35+
| `NEW_DOMAIN_SENDER=<REGISTRATION_DATE>` | Alerts to mail from a newly registered domain. Formatted as yyyy-MM-dd HH:mm:ss ZZZ. |
36+
| `NEW_DOMAIN_LINK=<REGISTRATION_DATE>` | Alerts to mail with links pointing out to a newly registered domain. Formatted as yyyy-MM-dd HH:mm:ss ZZZ. |
37+
| `ENCRYPTED` | Email message is encrypted. |
38+
| `EXECUTABLE` | Email message contains an executable file. |
39+
| `BEC` | Indicates that an email address was contained in your [impersonation registry](/cloudflare-one/email-security/detection-settings/impersonation-registry/) list. Associated with `MALICIOUS` or `SPOOF` dispositions. |
40+
41+
### Header structure
42+
43+
When Email Security adds a disposition header to an email message, that header matches the following format:
44+
45+
```txt
46+
X-CFEmailSecurity-Attribute: [Value]
47+
X-CFEmailSecurity-Attribute: [Value2]
48+
```

0 commit comments

Comments
 (0)