Skip to content

Commit 5087b97

Browse files
committed
Updated EnableUnauthenticatedSender param per email request
1 parent 4fd5020 commit 5087b97

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

exchange/exchange-ps/exchange/New-AntiPhishPolicy.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,13 @@ The EnableUnauthenticatedSender parameter enables or disables unauthenticate
359359
360360
- $true: This is the default value. A question mark (?) is applied to the sender's photo if the message does not pass SPF or DKIM checks AND the message does not pass DMARC or composite authentication. The via tag ([email protected] <u>via</u> [email protected]) is added if the domain in the From address (the message sender that's displayed in email clients) is different from the domain in the DKIM signature or the MAIL FROM address.
361361
362-
- $false: Unauthenticated sender identification is disabled.
362+
- $false: A question mark is never applied to the sender's photo. The via tag is still added if the domain in the From address is different from the domain in the DKIM signature or the MAIL FROM address.
363+
364+
To prevent these identifiers from being added to messages from specific senders, you have the following options:
365+
366+
- Allow the sender to spoof in the spoof intelligence policy. This action will prevent the via tag from appearing in messages from the sender when unauthenticated sender identification is disabled. For instructions, see [Configure spoof intelligence in Microsoft 365](https://docs.microsoft.com/microsoft-365/security/office-365-security/learn-about-spoof-intelligence).
367+
368+
- If you own the sender's domain, configure email authentication for the domain. For more information, see [Configure email authentication for domains you own](https://docs.microsoft.com/microsoft-365/security/office-365-security/email-validation-and-authentication#configure-email-authentication-for-domains-you-own).
363369
364370
```yaml
365371
Type: Boolean

exchange/exchange-ps/exchange/Set-AntiPhishPolicy.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -366,18 +366,13 @@ The EnableUnauthenticatedSender parameter enables or disables unauthenticate
366366
367367
- $true: This is the default value. A question mark (?) is applied to the sender's photo if the message does not pass SPF or DKIM checks AND the message does not pass DMARC or composite authentication. The via tag ([email protected] <u>via</u> [email protected]) is added if the domain in the From address (the message sender that's displayed in email clients) is different from the domain in the DKIM signature or the MAIL FROM address.
368368
369-
- $false: Unauthenticated sender identification is disabled.
369+
- $false: A question mark is never applied to the sender's photo. The via tag is still added if the domain in the From address is different from the domain in the DKIM signature or the MAIL FROM address.
370370
371371
To prevent these identifiers from being added to messages from specific senders, you have the following options:
372372
373-
- Allow the sender to spoof in the spoof intelligence policy. For instructions, see [Configure spoof intelligence in Microsoft 365](https://docs.microsoft.com/microsoft-365/security/office-365-security/learn-about-spoof-intelligence).
373+
- Allow the sender to spoof in the spoof intelligence policy. This action will prevent the via tag from appearing in messages from the sender when unauthenticated sender identification is disabled. For instructions, see [Configure spoof intelligence in Microsoft 365](https://docs.microsoft.com/microsoft-365/security/office-365-security/learn-about-spoof-intelligence).
374374
375-
- [Configure email authentication](https://docs.microsoft.com/microsoft-365/security/office-365-security/email-validation-and-authentication#configure-email-authentication-for-domains-you-own) for the sender domain.
376-
377-
- For the question mark in the sender's photo, SPF or DKIM are the most important.
378-
- For the via tag, confirm the domain in the DKIM signature or the **MAIL FROM** address matches (or is a subdomain of) the domain in the From address.
379-
380-
For more information, see [Identify suspicious messages in Outlook.com and Outlook on the web](https://support.microsoft.com/office/3d44102b-6ce3-4f7c-a359-b623bec82206)
375+
- If you own the sender's domain, configure email authentication for the domain. For more information, see [Configure email authentication for domains you own](https://docs.microsoft.com/microsoft-365/security/office-365-security/email-validation-and-authentication#configure-email-authentication-for-domains-you-own).
381376
382377
```yaml
383378
Type: Boolean

0 commit comments

Comments
 (0)