Skip to content

Commit 87a6e17

Browse files
authored
Update New-TransportRule.md
Clarified what is required in order for message to be considered as InOrganization. Work Item ID in the ADO: 3490530
1 parent 575b6d5 commit 87a6e17

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

exchange/exchange-ps/exchange/New-TransportRule.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2138,7 +2138,9 @@ In on-premises Exchange, this exception is available on Mailbox servers and Edge
21382138

21392139
The ExceptIfFromScope parameter specifies an exception that looks for the location of message senders. Valid values are:
21402140

2141-
- InOrganization: The sender is a mailbox, mail user, group, or mail-enabled public folder in your organization or The sender's email address is in an accepted domain that's configured as an authoritative domain or an internal relay domain, and the message was sent or received over an authenticated connection.
2141+
- InOrganization:
2142+
1. The message was sent or received over an authenticated connection, **AND**
2143+
2. The sender is a mailbox, mail user, group, or mail-enabled public folder in your organization, **OR** The sender's email address is in an accepted domain that's configured as an authoritative domain or an internal relay domain.
21422144
- NotInOrganization: The sender's email address isn't in an accepted domain or the sender's email address is in an accepted domain that's configured as an external relay domain.
21432145

21442146
```yaml
@@ -3198,7 +3200,9 @@ In on-premises Exchange, this condition is available on Mailbox servers and Edge
31983200

31993201
The FromScope parameter specifies a condition that looks for the location of message senders. Valid values are:
32003202

3201-
- InOrganization: The sender is a mailbox, mail user, group, or mail-enabled public folder in your organization or The sender's email address is in an accepted domain that's configured as an authoritative domain or an internal relay domain, and the message was sent or received over an authenticated connection.
3203+
- InOrganization:
3204+
1. The message was sent or received over an authenticated connection, **AND**
3205+
2. The sender is a mailbox, mail user, group, or mail-enabled public folder in your organization, **OR** The sender's email address is in an accepted domain that's configured as an authoritative domain or an internal relay domain.
32023206
- NotInOrganization: The sender's email address isn't in an accepted domain or the sender's email address is in an accepted domain that's configured as an external relay domain.
32033207

32043208
```yaml

0 commit comments

Comments
 (0)