Add External Sender Disclaimer
Add External Sender Disclaimer
365
Adding an external sender notification to the top of an email is an important
distinction for many companies. This disclaimer quickly identifies to its end
users when a message is sourced from an external sender. This eliminates
the guesswork for internal users, helping them to identify potential phishing
attacks but also a great reminder when it comes to data loss prevention as
they reply.
Thankfully, adding this is a simple process in Office 365 (and also Exchange
on-premises – the instructions are identical).
For this article, our example company, Time Travel Research, wishes that all
inbound email from external senders is prepended with a disclaimer stating
the sender is external to the organization. Time Travel Research wants to
ensure that every instance of an external email, even those in the same email
chain, is prepended with this disclaimer.
From the drop-down menu, you will notice several choices. These choices are
predefined rule templates. We will create a rule from scratch. Select Create a
new rule.
This will launch the New Rule window. Towards the bottom of the window
select More options. This will allow us to see all available rule conditions and
actions. In addition, it allows us to apply multiple conditions and actions in a
single rule.
Select the Apply this rule if… dropdown. This is the condition for our rule to
trigger. Select the sender > is external/internal.
Click the Select One link to the right of the dropdown. A Select Sender
Location dialog will appear. From the dropdown select Outside the
organization and click Ok.
Click the Add Condition button. From the second dropdown select the
recipient > is external/internal.
Click the Select One link to the right of the dropdown. From the dialog
select Inside the organization and click Ok.
Select the Do the following… dropdown. This is the action of our rule.
Select Apply a disclaimer to the message > Prepend a
disclaimer. Prepend applies the warning to the top of the message body.
Append would apply the disclaimer to the foot of the message body. Append
is useful if we were applying a legal disclaimer.
To the right of the action click the Enter text link. This will launch the Specify
disclaimer text dialog. Paste or type your disclaimer text. This text can be
either plain text or formatted by using HTML tags. Click Ok.
In the example above, we are formatting our disclaimer with HTML tags.
Below is an example of what we used.
<td width=`"100%`"
style='width:100.0%;background:#ffe599;padding:5.25pt
15px`" color=`"#212121`">
<div><p><span style='font-size:11pt;font-family:Arial,sans-
serif;color:
#212121'>
</span></p></div>
</td></tr></table>
We also need to specify a fallback action. This is what Exchange will do when
it can’t apply our external disclaimer. Click the Select one link.
You will notice three fall back actions Exchange can take if it can’t apply the
disclaimer to the message. Here is what each does.
We can also specify whether the rule goes into effect right away by
selecting Enforce. However, it is always recommended to test the rule first.
You can do this by selecting one of the Test options. Whether you pick policy
tips or not will determine if your users see any policy tips in Outlook while you
are testing. For my example I am going to leave this at Enforce, putting the
rule into immediate effect.
If we scroll to the top we can see the New Rule dialog suggests a rule name.
In our example, we are going to name this rule External Sender Disclaimer,
but you can name your rule whatever you like. Enter your rule name in
the Name dialog.
With the rule ready, let’s click Save and begin testing.
To achieve the latter scenario we can add an exception to our previous rule.
This exception will check each email to see if the disclaimer text is already
present. If so, it will block the rule from applying another disclaimer. Without
this exception, we would get a cascade of duplicate disclaimer text. To set the
exception we need to click the Add exception button.
From the Except if drop-down select The subject or body >> Subject or
body matches these text patterns.
In the specify words or phrases dialog, paste the same disclaimer text and
click the Add ( ) button.
Note: If your disclaimer contained any HTML markup, CSS, or, Active
Directory attribute placeholders you will have to remove those from the
exception. They won’t be understood.
Click Ok.
Click Save.
You are all set!
Finally, you can also copy a rule. Select a source rule and click the Copy (
) button. This will create an exact copy of your source rule which you can then
modify, rename and save. This is especially useful when you need to create a
lot of very similar rules and need to ensure a base rule configuration.