Skip to content

Commit 7b1bee4

Browse files
authored
Merge pull request #10801 from m-nestorovic/patch-7
Update New-TransportRule
2 parents aea5d4f + c56b94d commit 7b1bee4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exchange/exchange-ps/exchange/New-TransportRule.md

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

26122612
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.
26132613

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

26162616
```yaml
26172617
Type: Word[]
@@ -2788,7 +2788,7 @@ In on-premises Exchange, this exception is only available on Mailbox servers.
27882788

27892789
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.
27902790

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

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

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

40264026
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.
40274027

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

40304030
```yaml
40314031
Type: Word[]
@@ -4482,7 +4482,7 @@ In on-premises Exchange, this condition is only available on Mailbox servers.
44824482

44834483
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.
44844484

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

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

0 commit comments

Comments
 (0)