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
+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
@@ -2604,7 +2604,7 @@ In on-premises Exchange, this exception is only available on Mailbox servers.
2604
2604
2605
2605
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.
2606
2606
2607
-
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.
2607
+
This exception matches domains and subdomains. For example, "domain.com" matches both "domain.com" and "subdomain.domain.com".
2608
2608
2609
2609
```yaml
2610
2610
Type: Word[]
@@ -2781,7 +2781,7 @@ In on-premises Exchange, this exception is only available on Mailbox servers.
2781
2781
2782
2782
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.
2783
2783
2784
-
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.
2784
+
This exception matches domains and subdomains. For example, "domain.com" matches both "domain.com" and "subdomain.domain.com".
2785
2785
2786
2786
You can use SenderAddressLocation parameter to specify where to look for the sender's email address (message header, message envelope, or both).
2787
2787
@@ -4018,7 +4018,7 @@ In on-premises Exchange, this condition is only available on Mailbox servers.
4018
4018
4019
4019
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.
4020
4020
4021
-
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.
4021
+
This condition matches domains and subdomains. For example, "domain.com" matches both "domain.com" and "subdomain.domain.com".
4022
4022
4023
4023
```yaml
4024
4024
Type: Word[]
@@ -4475,7 +4475,7 @@ In on-premises Exchange, this condition is only available on Mailbox servers.
4475
4475
4476
4476
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.
4477
4477
4478
-
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.
4478
+
This condition matches domains and subdomains. For example, "domain.com" matches both "domain.com" and "subdomain.domain.com".
4479
4479
4480
4480
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