Skip to content

Commit 5737fb7

Browse files
authored
Merge pull request #13191 from ybhargav1995/patch-35
Update SenderAddressLocation parameter description
2 parents bd0229e + 413a85f commit 5737fb7

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

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

Lines changed: 3 additions & 3 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.
3475-
- 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.
3474+
- Header: Only examine senders in the message headers (the From field). This value is the default.
3475+
- Envelope: Only examine senders from the message envelope (the MAIL FROM value used in SMTP message transmission, which is typically stored in the Return-Path field).
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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4799,9 +4799,9 @@ Accept wildcard characters: False
47994799

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

4802-
- Header: Only examine senders in the message headers. For example, in on-premises Exchange the From, Sender, or Reply-To fields. In Exchange Online, the From field only. This value is the default, and is the way rules worked before Exchange 2013 Cumulative Update 1 (CU1).
4803-
- 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).
4804-
- HeaderOrEnvelope: Examine senders in the message header and the message envelope.
4802+
- Header: Only examine senders in the message headers (the From field). This value is the default, how rules worked before Exchange 2013 Cumulative Update 1 (CU1).
4803+
- Envelope: Only examine senders from the message envelope (the MAIL FROM value used in SMTP message transmission, which is typically stored in the Return-Path field).
4804+
- HeaderOrEnvelope: Examine senders in the message header (the From field) and the message envelope (the Return-Path field).
48054805

48064806
Message envelope searching is available only for the following conditions and exceptions:
48074807

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3340,9 +3340,9 @@ Accept wildcard characters: False
33403340

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

3343-
- Header: Only examine senders in the message headers (for example, the From, Sender, or Reply-To fields). This value is the default.
3344-
- 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).
3345-
- HeaderOrEnvelope: Examine senders in the message header and the message envelope.
3343+
- Header: Only examine senders in the message headers (the From field). This value is the default.
3344+
- Envelope: Only examine senders from the message envelope (the MAIL FROM value used in SMTP message transmission, which is typically stored in the Return-Path field).
3345+
- HeaderOrEnvelope: Examine senders in the message header (the From field) and the message envelope (the Return-Path field).
33463346

33473347
Message envelope searching is available only for the following conditions and exceptions:
33483348

exchange/exchange-ps/ExchangePowerShell/Set-PolicyConfig.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -686,9 +686,9 @@ Accept wildcard characters: False
686686

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

689-
- Header: Only examine senders in the message headers (for example, the From, Sender, or Reply-To fields). This value is the default.
690-
- 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).
691-
- HeaderOrEnvelope: Examine senders in the message header and the message envelope.
689+
- Header: Only examine senders in the message headers (the From field). This value is the default.
690+
- Envelope: Only examine senders from the message envelope (the MAIL FROM value used in SMTP message transmission, which is typically stored in the Return-Path field).
691+
- HeaderOrEnvelope: Examine senders in the message header (the From field) and the message envelope (the Return-Path field).
692692

693693
```yaml
694694
Type: PolicySenderAddressLocation

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4792,9 +4792,9 @@ Accept wildcard characters: False
47924792

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

4795-
- Header: Only examine senders in the message headers. For example, in on-premises Exchange the the From, Sender, or Reply-To fields. In Exchange Online, the From field only. This value is the default, and is the way rules worked before Exchange 2013 Cumulative Update 1 (CU1).
4796-
- 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).
4797-
- HeaderOrEnvelope: Examine senders in the message header and the message envelope.
4795+
- Header: Only examine senders in the message headers (the From field). This value is the default, and how rules worked before Exchange 2013 Cumulative Update 1 (CU1).
4796+
- Envelope: Only examine senders from the message envelope (the MAIL FROM value used in SMTP message transmission, which is typically stored in the Return-Path field).
4797+
- HeaderOrEnvelope: Examine senders in the message header (the From field) and the message envelope (the Return-Path field).
47984798

47994799
Message envelope searching is available only for the following conditions and exceptions:
48004800

0 commit comments

Comments
 (0)