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
Changed the description of the:
-SenderDomainIs
-ExceptIfSenderDomainIs
And
-RecipientDomainIs
-ExceptIfRecipientDomainIs
There was a mistake that subdomain will not be matched for the provided domain that subdomain contains. Fixed for all conditions/exceptions.
This is applicable to both, OnPrem and EXO.
WorkItem ID for changes: 3181446
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
-
If you want to look for recipient email addresses that contain the specified domain (for example, any subdomain of a domain), use the ExceptIfRecipientAddressMatchesPatterns parameter, and specify the domain by using the syntax '@domain\\.com$'.
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.
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
-
If you want to look for sender email addresses that contain the specified domain (for example, any subdomain of a domain), use the FromAddressMatchesPatterns parameter, and specify the domain by using the syntax '@domain\\.com$'.
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.
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
-
If you want to look for recipient email addresses that contain the specified domain (for example, any subdomain of a domain), use the RecipientAddressMatchesPatterns parameter, and specify the domain by using the syntax '@domain\\.com$'.
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.
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
-
If you want to look for sender email addresses that contain the specified domain (for example, any subdomain of a domain), use the FromAddressMatchesPatterns parameter, and specify the domain by using the syntax '@domain\\.com$'.
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.
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