Skip to content

Commit f4f85ee

Browse files
authored
Merge pull request MicrosoftDocs#10558 from MicrosoftDocs/chrisda
RejectMessageReasonText and GenerateNotification
2 parents 64be76e + e1d7055 commit f4f85ee

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3218,6 +3218,8 @@ This parameter supports plain text, HTML tags and the following keywords that us
32183218
- %%Headers%%
32193219
- %%MessageDate%%
32203220

3221+
The maximum number of characters is 5120.
3222+
32213223
```yaml
32223224
Type: DisclaimerText
32233225
Parameter Sets: (All)
@@ -4075,7 +4077,7 @@ This parameter specifies an action or part of an action for the rule.
40754077

40764078
In on-premises Exchange, this action is only available on Mailbox servers.
40774079

4078-
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 (").
4080+
The RejectMessageReasonText parameter specifies the explanation text that's used when the rule rejects messages. The maximum number of characters is 1024. If the value contains spaces, enclose the value in quotation marks (").
40794081

40804082
You can use this parameter with the NotifySender parameter for a custom non-delivery report (also known as an NDR or bounce message).
40814083

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3197,6 +3197,8 @@ This parameter supports plain text, HTML tags and the following keywords that us
31973197
- %%Headers%%
31983198
- %%MessageDate%%
31993199

3200+
The maximum number of characters is 5120.
3201+
32003202
```yaml
32013203
Type: DisclaimerText
32023204
Parameter Sets: (All)
@@ -4070,7 +4072,7 @@ This parameter specifies an action or part of an action for the rule.
40704072

40714073
In on-premises Exchange, this action is only available on Mailbox servers.
40724074

4073-
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 (").
4075+
The RejectMessageReasonText parameter specifies the explanation text that's used when the rule rejects messages. The maximum number of characters is 1024. If the value contains spaces, enclose the value in quotation marks (").
40744076

40754077
You can use this parameter with the NotifySender parameter for a custom non-delivery report (also known as an NDR or bounce message).
40764078

0 commit comments

Comments
 (0)