Skip to content

Commit 9106144

Browse files
[Email Security] Add example file (#23387)
* [Email Security] Add example file * Fix link + Add impersonation registry * Remove space
1 parent 47957e0 commit 9106144

File tree

4 files changed

+51
-4
lines changed

4 files changed

+51
-4
lines changed

src/content/docs/cloudflare-one/email-security/detection-settings/allow-policies.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,20 @@ To configure allow policies:
2727
- **Regular expressions**: Must be valid Java expressions. Regular expressions are matched with fields related to the sender email address (envelope from, header from, reply-to), the originating IP address, and the server name for the email.
2828
- **(Recommended) Sender verification**: This option enforces DMARC, SPF, or DKIM authentication. If you choose to enable this option, Email Security will only honor policies that pass authentication.
2929
- **Notes**: Provide additional information about your allow policy.
30-
- **Uploading an allow policy**: Upload a file no larger than 150 KB. The file can only contain `Pattern`, `Notes`, `Verify Email`, `Trusted Sender`, `Exempt Recipient` and `Acceptable Sender` fields. The first row must be a header row.
30+
- **Uploading an allow policy**: Upload a file no larger than 150 KB. The file can only contain `Pattern`, `Pattern Type`, `Verify Email`, `Trusted Sender`, `Exempt Recipient`, `Acceptable Sender`, `Notes` fields. The first row must be a header row. Refer to [CSV uploads](/cloudflare-one/email-security/detection-settings/allow-policies/#csv-uploads) for an example file.
3131
6. Select **Save**.
3232

33+
### CSV uploads
34+
35+
You can upload a file no larger than 150 KB. The file can only contain `Pattern`, `Pattern Type`, `Verify Email`, `Trusted Sender`, `Exempt Recipient`, `Acceptable Sender`, `Notes`. The first row must be a header row.
36+
37+
An example file would look like this:
38+
39+
```txt
40+
Pattern, Pattern Type, Verify Email, Trusted Sender, Exempt Recipient, Acceptable Sender, Notes
41+
[email protected], EMAIL, true, true, false, true, not a phish
42+
```
43+
3344
## Export allow policies
3445

3546
To export a list of allow policies:

src/content/docs/cloudflare-one/email-security/detection-settings/blocked-senders.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,21 @@ To configure blocked senders:
2121
- **Domains**: Must be a valid domain.
2222
- **Regular expressions**: Must be valid Java expressions. Regular expressions are matched with fields related to the sender email address (envelope from, header from, reply-to), the originating IP address, and the server name for the email.
2323
- **Notes**: Provide additional information about the blocked sender policy.
24-
- **Upload blocked sender list**: Upload a file no larger than 150 KB. The file cannot can only contain `Blocked_Sender` and `Notes` fields. The first row must be a header row.
24+
- **Upload blocked sender list**: Upload a file no larger than 150 KB. The file cannot can only contain `Blocked_Sender`, `Pattern Type,` and `Notes` fields. The first row must be a header row. Refer to [CSV uploads](/cloudflare-one/email-security/detection-settings/blocked-senders/#csv-uploads) for an example file.
2525
6. Select **Save**.
2626

27+
### CSV uploads
28+
29+
You can upload a file no larger than 150 KB. The file cannot can only contain `Blocked_Sender`, `Pattern Type,` and `Notes` fields. The first row must be a header row.
30+
31+
An example file would look like this:
32+
33+
```txt
34+
Blocked Sender, Pattern Type, Notes
35+
[email protected], EMAIL, John Smith
36+
example.com, DOMAIN, Melanie Turner
37+
```
38+
2739
## Export blocked senders
2840

2941
To export a list of blocked senders:

src/content/docs/cloudflare-one/email-security/detection-settings/impersonation-registry.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,24 @@ To add a user to the impersonation registry:
2626
- **User email**: Enter one of the following:
2727
- **Email address**: Enter all known email addresses, separated by a comma.
2828
- **Regular expressions**: Must be valid Java expressions.
29-
- **Upload manual list**: You can upload a file no larger than 150 KB containing all variables of potential emails. The file must contain `Display_Name` and `Email`, and the first row must be the header row.
29+
- **Upload manual list**: You can upload a file no larger than 150 KB containing all variables of potential emails. The file must contain `Display_Name` and `Email`, and the first row must be the header row. Refer to [CSV uploads](/cloudflare-one/email-security/detection-settings/impersonation-registry/#csv-uploads) for an example file.
3030
- **Select from existing directories**:
3131
- **Select directory**: Select your directory.
3232
- **Add users or groups**: Choose the users or groups you want to register.
3333
6. Select **Save**.
3434

35+
### CSV uploads
36+
37+
You can upload a file no larger than 150 KB containing all variables of potential emails. The file must contain `Display_Name` and `Email`, and the first row must be the header row.
38+
39+
An example file would look like this:
40+
41+
```txt
42+
Display Name, Email
43+
Star Phish, [email protected]
44+
45+
```
46+
3547
## Edit users
3648

3749
:::note

src/content/docs/cloudflare-one/email-security/detection-settings/trusted-domains.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,21 @@ To configure a trusted domain:
2020
* **Proximity domain**: Domains with similar spelling to your existing domain.
2121
* **Recent domain**: Domains created recently.
2222
* **Notes**: Provide additional information about the trusted domain list.
23-
- **Upload trusted domain list**: You can upload a file no larger than 150 KB of multiple trusted domains. The file can only contain `Domain`, `Notes`, `Proximity` and `Recent` fields. The first row must be a header row.
23+
- **Upload trusted domain list**: You can upload a file no larger than 150 KB of multiple trusted domains. The file can only contain `Domain`, `Proximity`, `New` and `Notes` fields. The first row must be a header row. Refer to [CSV uploads](/cloudflare-one/email-security/detection-settings/trusted-domains/#csv-uploads) for an example file.
2424
6. Select **Save**.
2525

26+
### CSV uploads
27+
28+
You can upload a file no larger than 150 KB of multiple trusted domains. The file can only contain `Domain`, `Proximity`, `New` and `Notes` fields. The first row must be a header row.
29+
30+
An example file would look like this:
31+
32+
```txt
33+
Domain, Proximity, New, Notes
34+
mydomain.com, true, true, First Person
35+
testdomain.com, false, true, New Hire
36+
```
37+
2638
## Export trusted domains
2739

2840
To export a list of trusted domains:

0 commit comments

Comments
 (0)