Skip to content

Commit 9ecb0c4

Browse files
Fix link + Add impersonation registry
1 parent 5f507ad commit 9ecb0c4

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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`, `Pattern Type,` and `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.
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

2727
### CSV uploads

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,25 @@ 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+
47+
3548
## Edit users
3649

3750
:::note

0 commit comments

Comments
 (0)