You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/New-TransportRule.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2138,7 +2138,9 @@ In on-premises Exchange, this exception is available on Mailbox servers and Edge
2138
2138
2139
2139
The ExceptIfFromScope parameter specifies an exception that looks for the location of message senders. Valid values are:
2140
2140
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.
2142
2144
- 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.
2143
2145
2144
2146
```yaml
@@ -3198,7 +3200,9 @@ In on-premises Exchange, this condition is available on Mailbox servers and Edge
3198
3200
3199
3201
The FromScope parameter specifies a condition that looks for the location of message senders. Valid values are:
3200
3202
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.
3202
3206
- 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.
0 commit comments