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/Set-TransportRule.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2583,7 +2583,7 @@ In on-premises Exchange, this exception is only available on Mailbox servers.
2583
2583
2584
2584
The ExceptIfRecipientDomainIs parameter specifies an exception that looks for recipients with email address in the specified domains. You can specify multiple domains separated by commas.
2585
2585
2586
-
This predicate will match domains as well as subdomains with domain provided. For example: For the value "domain.com" both domain "domain.com" and subdomain "subdomain.domain.com" will be matched.
2586
+
This exception matches domains and subdomains. For example, "contoso.com" matches both "contoso.com" and "subdomain.contoso.com".
2587
2587
2588
2588
```yaml
2589
2589
Type: Word[]
@@ -2760,7 +2760,7 @@ In on-premises Exchange, this exception is only available on Mailbox servers.
2760
2760
2761
2761
The ExceptIfSenderDomainIs parameter specifies an exception that looks for senders with email address in the specified domains. You can specify multiple domains separated by commas.
2762
2762
2763
-
This predicate will match domains as well as subdomains with domain provided. For example: For the value "domain.com" both domain "domain.com" and subdomain "subdomain.domain.com" will be matched.
2763
+
This exception matches domains and subdomains. For example, "contoso.com" matches both "contoso.com" and "subdomain.contoso.com".
2764
2764
2765
2765
You can use SenderAddressLocation parameter to specify where to look for the sender's email address (message header, message envelope, or both).
2766
2766
@@ -4013,7 +4013,7 @@ In on-premises Exchange, this condition is only available on Mailbox servers.
4013
4013
4014
4014
The RecipientDomainIs parameter specifies a condition that looks for recipients with email address in the specified domains. You can specify multiple domains separated by commas.
4015
4015
4016
-
This predicate will match domains as well as subdomains with domain provided. For example: For the value "domain.com" both domain "domain.com" and subdomain "subdomain.domain.com" will be matched.
4016
+
This condition matches domains and subdomains. For example, "contoso.com" matches both "contoso.com" and "subdomain.contoso.com".
4017
4017
4018
4018
```yaml
4019
4019
Type: Word[]
@@ -4470,7 +4470,7 @@ In on-premises Exchange, this condition is only available on Mailbox servers.
4470
4470
4471
4471
The SenderDomainIs parameter specifies a condition that looks for senders with email address in the specified domains. You can specify multiple domains separated by commas.
4472
4472
4473
-
This predicate will match domains as well as subdomains with domain provided. For example: For the value "domain.com" both domain "domain.com" and subdomain "subdomain.domain.com" will be matched.
4473
+
This condition matches domains and subdomains. For example, "contoso.com" matches both "contoso.com" and "subdomain.contoso.com".
4474
4474
4475
4475
You can use SenderAddressLocation parameter to specify where to look for the sender's email address (message header, message envelope, or both).
0 commit comments