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/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
-
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$'.
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.
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
-
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$'.
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.
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
-
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$'.
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.
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
-
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$'.
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.
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