Skip to content

Commit aea5d4f

Browse files
authored
Merge pull request #10802 from m-nestorovic/patch-8
Update Set-TransportRule
2 parents 9387d65 + 35daa25 commit aea5d4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exchange/exchange-ps/exchange/Set-TransportRule.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2588,7 +2588,7 @@ In on-premises Exchange, this exception is only available on Mailbox servers.
25882588

25892589
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.
25902590

2591-
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$'.
2591+
This exception matches domains and subdomains. For example, "contoso.com" matches both "contoso.com" and "subdomain.contoso.com".
25922592

25932593
```yaml
25942594
Type: Word[]
@@ -2765,7 +2765,7 @@ In on-premises Exchange, this exception is only available on Mailbox servers.
27652765

27662766
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.
27672767

2768-
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$'.
2768+
This exception matches domains and subdomains. For example, "contoso.com" matches both "contoso.com" and "subdomain.contoso.com".
27692769

27702770
You can use SenderAddressLocation parameter to specify where to look for the sender's email address (message header, message envelope, or both).
27712771

@@ -4018,7 +4018,7 @@ In on-premises Exchange, this condition is only available on Mailbox servers.
40184018

40194019
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.
40204020

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 condition matches domains and subdomains. For example, "contoso.com" matches both "contoso.com" and "subdomain.contoso.com".
40224022

40234023
```yaml
40244024
Type: Word[]
@@ -4475,7 +4475,7 @@ In on-premises Exchange, this condition is only available on Mailbox servers.
44754475

44764476
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.
44774477

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 condition matches domains and subdomains. For example, "contoso.com" matches both "contoso.com" and "subdomain.contoso.com".
44794479

44804480
You can use SenderAddressLocation parameter to specify where to look for the sender's email address (message header, message envelope, or both).
44814481

0 commit comments

Comments
 (0)