Skip to content

Commit 5ed7035

Browse files
authored
Update tenant-allow-block-list-email-spoof-configure.md
1 parent 32148a8 commit 5ed7035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defender-office-365/tenant-allow-block-list-email-spoof-configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ This article describes how admins can manage entries for email senders in the Mi
8383
## Domains and email addresses in the Tenant Allow/Block List
8484

8585
> [!NOTE]
86-
> Entries for email addresses with special characters (for example, spaces, quotes, or symbols) must use UTF-8 hexadecimal encoding for the special characters. Otherwise, you might receive errors when you try to add the entries.
86+
> Entries for email addresses with special characters (for example, spaces, quotes, or symbols) must use UTF-8 hexadecimal URL encoding for the special characters. Otherwise, you might receive errors when you try to add the entries.
8787
>
88-
> For example, to block the email address `"bad+ attacker"@fourthcoffee.com`, encode the address as `%22bad%2B%20attacker%[email protected]`:
88+
> For example, to block the email address `"bad+ attacker"@fourthcoffee.com`, use the value `%22bad%2B%20attacker%[email protected]`:
8989
>
9090
> - `%22` represents the double quotation marks (").
9191
> - `%2B` represents the plus sign (+).

0 commit comments

Comments
 (0)