Skip to content

Commit 0db6350

Browse files
authored
Merge branch 'main' into new-example-allowedtrialtenantdomains
2 parents 73db37b + 90b4336 commit 0db6350

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Anyone who is interested can contribute to the articles. When you contribute, yo
1010

1111
### Quickly update an article using GitHub.com
1212

13-
Contributors who make infrequent or small updates can edit the file directly on GitHub.com without installing any software. This article shows you how. [This two-minute video](https://www.microsoft.com/videoplayer/embed/RE1XQTG) also covers how to contribute.
13+
Contributors who make infrequent or small updates can edit the file directly on GitHub.com without installing any software. This article shows you how. [This two-minute video](https://learn-video.azurefd.net/vod/player?id=b5167c5a-9c69-499b-99ac-e5467882bc92) also covers how to contribute.
1414

1515
> [!TIP]
1616
> To edit an article, you need to get to it on the GitHub.com backend. If you're already on the GitHub.com page of the article, you're starting at step 4.

exchange/exchange-ps/exchange/New-HostedOutboundSpamFilterPolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ Accept wildcard characters: False
111111
### -AutoForwardingMode
112112
The AutoForwardingMode specifies how the policy controls automatic email forwarding to external recipients. Valid values are:
113113
114-
- Automatic: This is the default value. This setting is now the same as Off. When this setting was originally introduced, this value was equivalent to On. Over time, thanks to the principles of [secure by default](https://learn.microsoft.com/defender-office-365/secure-by-default), this value was gradually changed to the equivalent of Off for all customers. For more information, see [this blog post](https://techcommunity.microsoft.com/t5/exchange-team-blog/all-you-need-to-know-about-automatic-email-forwarding-in/ba-p/2074888).
115-
- On: Automatic external email forwarding is not restricted.
116-
- Off: Automatic external email forwarding is disabled and will result in a non-delivery report (also known as an NDR or bounce message) to the sender.
114+
- Automatic: This is the default value. This value is now the same as Off. When this value was originally introduced, it was equivalent to On. Over time, thanks to the principles of [secure by default](https://learn.microsoft.com/defender-office-365/secure-by-default), the effect of this value was eventually changed to Off for all customers. For more information, see [this blog post](https://techcommunity.microsoft.com/t5/exchange-team-blog/all-you-need-to-know-about-automatic-email-forwarding-in/ba-p/2074888).
115+
- On: Automatic external email forwarding isn't disabled by the policy.
116+
- Off: Automatic external email forwarding is disabled by the policy and results in a non-delivery report (also known as an NDR or bounce message) to the sender.
117117
118-
This setting applies only to cloud-based mailboxes, and automatic forwarding to internal recipients is not affected by this setting.
118+
This setting applies to cloud-based mailboxes only. Automatic forwarding to internal recipients isn't affected by this setting.
119119
120120
```yaml
121121
Type: AutoForwardingMode

exchange/exchange-ps/exchange/Set-HostedOutboundSpamFilterPolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ Accept wildcard characters: False
114114
### -AutoForwardingMode
115115
The AutoForwardingMode specifies how the policy controls automatic email forwarding to external recipients. Valid values are:
116116
117-
- Automatic: This is the default value. This setting is now the same as Off. When this setting was originally introduced, this value was equivalent to On. Over time, thanks to the principles of [secure by default](https://learn.microsoft.com/defender-office-365/secure-by-default), this value was gradually changed to the equivalent of Off for all customers. For more information, see [this blog post](https://techcommunity.microsoft.com/t5/exchange-team-blog/all-you-need-to-know-about-automatic-email-forwarding-in/ba-p/2074888).
118-
- On: Automatic external email forwarding is not restricted.
119-
- Off: Automatic external email forwarding is disabled and will result in a non-delivery report (also known as an NDR or bounce message) to the sender.
117+
- Automatic: This is the default value. This value is now the same as Off. When this value was originally introduced, it was equivalent to On. Over time, thanks to the principles of [secure by default](https://learn.microsoft.com/defender-office-365/secure-by-default), the effect of this value was eventually changed to Off for all customers. For more information, see [this blog post](https://techcommunity.microsoft.com/t5/exchange-team-blog/all-you-need-to-know-about-automatic-email-forwarding-in/ba-p/2074888).
118+
- On: Automatic external email forwarding isn't disabled by the policy.
119+
- Off: Automatic external email forwarding is disabled by the policy and results in a non-delivery report (also known as an NDR or bounce message) to the sender.
120120
121-
This setting applies only to cloud-based mailboxes, and automatic forwarding to internal recipients is not affected by this setting.
121+
This setting applies to cloud-based mailboxes only. Automatic forwarding to internal recipients isn't affected by this setting.
122122
123123
```yaml
124124
Type: AutoForwardingMode

0 commit comments

Comments
 (0)