Skip to content

Commit 3c9b3e5

Browse files
Update Set-AutoSensitivityLabelRule.md
Clarify that it's only whole word matches
1 parent c8dceb8 commit 3c9b3e5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

exchange/exchange-ps/exchange/Set-AutoSensitivityLabelRule.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,13 +375,12 @@ Accept wildcard characters: False
375375
```
376376

377377
### -DocumentNameMatchesWords
378-
The DocumentNameMatchesWords parameter specifies a condition for the auto-labeling policy rule that looks for words or phrases in the name of message attachments. You can specify multiple words or phrases separated by commas.
378+
The DocumentNameMatchesWords parameter specifies a condition for the auto-labeling policy rule that looks for whole word matches in the name of message attachments. You can specify multiple words separated by commas.
379379

380380
- Single word: `"no_reply"`
381381
- Multiple words: `no_reply,urgent,...`
382-
- Multiple words and phrases: `"phrase 1",word1,"phrase with , or spaces",word2,...`
383382

384-
The maximum individual word or phrase length is 128 characters. The maximum number of words or phrases is 50.
383+
The maximum individual word length is 128 characters. The maximum number of words is 50.
385384

386385
```yaml
387386
Type: MultiValuedProperty

0 commit comments

Comments
 (0)