Skip to content

Commit 8cb21ca

Browse files
committed
[ExceptIf]FromAddressMatchesPatterns update
Issue #10611
1 parent 2c9f7bb commit 8cb21ca

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2050,6 +2050,8 @@ The ExceptIfFromAddressMatchesPatterns parameter specifies an exception that loo
20502050

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

2053+
**Note**: Trying to search for empty From addresses using the value `""` for this parameter doesn't work.
2054+
20532055
```yaml
20542056
Type: Pattern[]
20552057
Parameter Sets: (All)
@@ -3106,6 +3108,8 @@ The FromAddressMatchesPatterns parameter specifies a condition that looks for te
31063108

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

3111+
**Note**: Trying to search for empty From addresses using the value `""` for this parameter doesn't work.
3112+
31093113
```yaml
31103114
Type: Pattern[]
31113115
Parameter Sets: (All)

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2029,6 +2029,8 @@ The ExceptIfFromAddressMatchesPatterns parameter specifies an exception that loo
20292029

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

2032+
**Note**: Trying to search for empty From addresses using the value `""` for this parameter doesn't work.
2033+
20322034
```yaml
20332035
Type: Pattern[]
20342036
Parameter Sets: (All)
@@ -3085,6 +3087,8 @@ The FromAddressMatchesPatterns parameter specifies a condition that looks for te
30853087

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

3090+
**Note**: Trying to search for empty From addresses using the value `""` for this parameter doesn't work.
3091+
30883092
```yaml
30893093
Type: Pattern[]
30903094
Parameter Sets: (All)

0 commit comments

Comments
 (0)