Skip to content

Commit f793bef

Browse files
authored
Update tenant-allow-block-list-email-spoof-configure.md
Added more details
1 parent 621fb00 commit f793bef

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,17 @@ 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-
> Allow entries and block entries for email addresses must use UTF-8 encoding. If an email address contains special characters and isn't UTF-8 encoded, you might encounter an error.
86+
> If an email address contains special characters (such as spaces, quotes, or symbols), these characters must be URL-encoded using their UTF-8 hexadecimal representation. Failure to encode special characters may result in invalid errors when adding entries.
87+
>
88+
> Example: To block the email address "bad+ attacker"@badattackerdomain.com, encode the special characters as follows:
89+
>
90+
> %22bad%2B%20attacker%[email protected]
91+
>
92+
> %22 represents the double quote (")
93+
>
94+
> %2B represents the plus +
95+
>
96+
> %20 represents the space ( )
8797
8898
### Create allow entries for domains and email addresses
8999

0 commit comments

Comments
 (0)