Skip to content

Commit cd0ea29

Browse files
committed
Address line breaks in comments
1 parent c9d25d6 commit cd0ea29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExchangeOnline/New-EXOExternalDisclaimerTransportRule.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function Set-ExternalDisclaimerRule {
127127
$existing = Get-TransportRule -Identity $RuleName -ErrorAction SilentlyContinue
128128

129129
$ruleParams = @{
130-
Comments = "Appends disclaimer on all inbound external mail.`nAdds $HeaderName header to mark processing and prevent dupes.`nExceptions only via auth results (DKIM > SPF > Return-Path).`nFocused on accessibility, consistency, security, and usability."
130+
Comments = "Appends disclaimer on all inbound external mail. Adds $HeaderName header to mark processing and prevent dupes. Exceptions only via auth results (DKIM > SPF > Return-Path). Focused on accessibility, consistency, security, and usability."
131131
Priority = $Priority
132132
FromScope = 'NotInOrganization'
133133
SentToScope = 'InOrganization'

0 commit comments

Comments
 (0)