Skip to content

Commit 6d7fd48

Browse files
authored
Update SenderAddressLocation parameter description
Clarified the description of the SenderAddressLocation parameter by specifying 'the From field' and 'the Return-Path field'.
1 parent bd0229e commit 6d7fd48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/ExchangePowerShell/New-DlpComplianceRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3471,9 +3471,9 @@ Accept wildcard characters: False
34713471

34723472
The SenderAddressLocation parameter specifies where to look for sender addresses in conditions and exceptions that examine sender email addresses. Valid values are:
34733473

3474-
- Header: Only examine senders in the message headers (for example, the From, Sender, or Reply-To fields). This value is the default.
3474+
- Header: Only examine senders in the message headers (the From field). This value is the default.
34753475
- Envelope: Only examine senders from the message envelope (the MAIL FROM value that was used in the SMTP transmission, which is typically stored in the Return-Path field).
3476-
- HeaderOrEnvelope: Examine senders in the message header and the message envelope.
3476+
- HeaderOrEnvelope: Examine senders in the message header(the From field) and the message envelope (the Return-Path field).
34773477

34783478
Message envelope searching is available only for the following conditions and exceptions:
34793479

0 commit comments

Comments
 (0)