Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3471,9 +3471,9 @@ Accept wildcard characters: False

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

- Header: Only examine senders in the message headers (for example, the From, Sender, or Reply-To fields). This value is the default.
- 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).
- HeaderOrEnvelope: Examine senders in the message header and the message envelope.
- Header: Only examine senders in the message headers (the From field). This value is the default.
- 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).
- HeaderOrEnvelope: Examine senders in the message header (the From field) and the message envelope (the Return-Path field).

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

Expand Down
6 changes: 3 additions & 3 deletions exchange/exchange-ps/ExchangePowerShell/New-TransportRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -4799,9 +4799,9 @@ Accept wildcard characters: False

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

- 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).
- 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).
- HeaderOrEnvelope: Examine senders in the message header and the message envelope.
- 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).
- 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).
- HeaderOrEnvelope: Examine senders in the message header (the From field) and the message envelope (the Return-Path field).

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3340,9 +3340,9 @@ Accept wildcard characters: False

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

- Header: Only examine senders in the message headers (for example, the From, Sender, or Reply-To fields). This value is the default.
- 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).
- HeaderOrEnvelope: Examine senders in the message header and the message envelope.
- Header: Only examine senders in the message headers (the From field). This value is the default.
- 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).
- HeaderOrEnvelope: Examine senders in the message header (the From field) and the message envelope (the Return-Path field).

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

Expand Down
6 changes: 3 additions & 3 deletions exchange/exchange-ps/ExchangePowerShell/Set-PolicyConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -686,9 +686,9 @@ Accept wildcard characters: False

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

- Header: Only examine senders in the message headers (for example, the From, Sender, or Reply-To fields). This value is the default.
- 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).
- HeaderOrEnvelope: Examine senders in the message header and the message envelope.
- Header: Only examine senders in the message headers (the From field). This value is the default.
- 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).
- HeaderOrEnvelope: Examine senders in the message header (the From field) and the message envelope (the Return-Path field).

```yaml
Type: PolicySenderAddressLocation
Expand Down
6 changes: 3 additions & 3 deletions exchange/exchange-ps/ExchangePowerShell/Set-TransportRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -4792,9 +4792,9 @@ Accept wildcard characters: False

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

- 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).
- 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).
- HeaderOrEnvelope: Examine senders in the message header and the message envelope.
- 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).
- 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).
- HeaderOrEnvelope: Examine senders in the message header (the From field) and the message envelope (the Return-Path field).

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

Expand Down