Skip to content

Commit 66bf6a3

Browse files
authored
Merge pull request MicrosoftDocs#2688 from MicrosoftDocs/chrisda
Updates to transport rule topics
2 parents 84d3c5a + 3199d76 commit 66bf6a3

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

exchange/exchange-ps/exchange/policy-and-compliance/New-TransportRule.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4484,7 +4484,9 @@ In on-premises Exchange, this action is only available on Mailbox servers.
44844484
44854485
The RejectMessageEnhancedStatusCode parameter specifies the enhanced status code that's used when the rule rejects messages. Valid values are 5.7.1 or between 5.7.900 and 5.7.999.
44864486
4487-
You can use this parameter with the NotifySender and RejectMessageReasonText parameters to specify the custom enhanced status code that's used. If you don't use this parameter, the default value 5.7.1 is used.
4487+
You can use this parameter with the NotifySender parameter for a custom non-delivery report (also known as an NDR or bounce message).
4488+
4489+
If you use this parameter with the RejectMessageReasonText parameter, the enhanced status code value is set to 5.7.1.
44884490
44894491
To further customize the NDR (for example, multiple languages), you need to create a custom message by using the New-SystemMessage cmdlet.
44904492
@@ -4507,7 +4509,9 @@ In on-premises Exchange, this action is only available on Mailbox servers.
45074509
45084510
The RejectMessageReasonText parameter specifies the explanation text that's used when the rule rejects messages. If the value contains spaces, enclose the value in quotation marks (").
45094511
4510-
You can use this parameter with the NotifySender and RejectMessageEnhancedStatusCode parameters to specify the custom explanation text that's used. If you don't use this parameter, the default value Delivery not authorized, message refused is used.
4512+
You can use this parameter with the NotifySender parameter for a custom non-delivery report (also known as an NDR or bounce message).
4513+
4514+
If you use this parameter with the RejectMessageEnhancedStatusCode parameter, the custom explanation text value is set to "Delivery not authorized, message refused".
45114515
45124516
To further customize the NDR (for example, multiple languages), you need to create a custom message by using the New-SystemMessage cmdlet.
45134517

exchange/exchange-ps/exchange/policy-and-compliance/Set-TransportRule.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4479,7 +4479,9 @@ In on-premises Exchange, this action is only available on Mailbox servers.
44794479
44804480
The RejectMessageEnhancedStatusCode parameter specifies the enhanced status code that's used when the rule rejects messages. Valid values are 5.7.1 or between 5.7.900 and 5.7.999.
44814481
4482-
You can use this parameter with the NotifySender and RejectMessageReasonText parameters to specify the custom enhanced status code that's used. If you don't use this parameter, the default value 5.7.1 is used.
4482+
You can use this parameter with the NotifySender parameter for a custom non-delivery report (also known as an NDR or bounce message).
4483+
4484+
If you use this parameter with the RejectMessageReasonText parameter, the enhanced status code value is set to 5.7.1.
44834485
44844486
To further customize the NDR (for example, multiple languages), you need to create a custom message by using the New-SystemMessage cmdlet.
44854487
@@ -4502,7 +4504,9 @@ In on-premises Exchange, this action is only available on Mailbox servers.
45024504
45034505
The RejectMessageReasonText parameter specifies the explanation text that's used when the rule rejects messages. If the value contains spaces, enclose the value in quotation marks (").
45044506
4505-
You can use this parameter with the NotifySender and RejectMessageEnhancedStatusCode parameters to specify the custom explanation text that's used. If you don't use this parameter, the default value Delivery not authorized, message refused is used.
4507+
You can use this parameter with the NotifySender parameter for a custom non-delivery report (also known as an NDR or bounce message).
4508+
4509+
If you use this parameter with the RejectMessageEnhancedStatusCode parameter, the custom explanation text value is set to "Delivery not authorized, message refused".
45064510
45074511
To further customize the NDR (for example, multiple languages), you need to create a custom message by using the New-SystemMessage cmdlet.
45084512

0 commit comments

Comments
 (0)