Organization-wide message disclaimers, signatures, footers, or headers in Exchange Online

In Exchange Online organizations or standalone Exchange Online Protection (EOP) organizations without Exchange Online mailboxes, you can add an HTML or plain text legal disclaimer, disclosure statement, signature, or other information to the top or bottom of email messages that enter or leave your organization. To do this, you create a mail flow rule (also known as a transport rule) that adds the required information to messages.

Notes:

  • Users can apply signatures to their own outgoing messages in Outlook or Outlook on the web (formerly known as Outlook Web App). For more information, see Create and add an email signature in Outlook on the web.

  • If you want the information to be added only to outgoing messages, you need to add a corresponding condition (for example, recipients located outside the organization). By default, mail flow rules are applied to incoming and outgoing messages.

  • To avoid multiple disclaimers being added in an email conversation, add an exception that looks for unique text in your disclaimer. This exception ensures that the disclaimer is only added to the original message.

  • Test the disclaimer. When you create the mail flow rule, you have the option to start using it immediately (Enforce), or to test it first and log the results. We recommend testing all mail flow rules prior to setting them to Enforce.

What do you need to know before you begin?

Tip

Having problems? Ask for help in the Exchange forums. Visit the forums at Exchange Online or Exchange Online Protection.

  1. In the EAC at https://admin.exchange.microsoft.com, go to Mail flow > Rules. Or, to go directly to the Rules page, use https://admin.exchange.microsoft.com/#/transportrules.

  2. On the Rules page, select +Add a rule, and then select Apply disclaimers.

    On the Rules page in the Exchange admin center, click Add a rule and then select Apply disclaimers.

  3. In the new rule wizard that opens, configure the following settings on the Set rule conditions page:

    • Name: Enter a unique name for the rule.

    • Apply this rule if: Select the conditions that identify which messages get the disclaimer. For example:

      • The recipient > is external/internal
      • In the select recipient location flyout that opens, select Outside the organization, and then click Save.

      Or, if you want this rule to apply to every message that enters or leaves the organization, select Apply to all messages from the Apply this rule if drop-down list.

    • Do the following: Verify Apply a disclaimer to the message and append a disclaimer are selected. If you'd rather put the disclaimer text at the top of the message, select prepend a disclaimer instead.

      • Select the Enter text link to enter the text of the disclaimer and select Save.

        Disclaimer text can include HTML tags and inline cascading style sheet (CSS) tags. You can add images using the IMG tag. Disclaimer text also supports the following tokens that use values from the sender:

        • %%City%%
        • %%Company%%
        • %%CountryOrRegion%%
        • %%Department%%
        • %%DisplayName%%
        • %%Fax%%
        • %%FirstName%%
        • %%HomePhone%%
        • %%Initials%%
        • %%LastName%%
        • %%Manager%%
        • %%MobilePhone%%
        • %%Notes%%
        • %%Office%%
        • %%Pager%%
        • %%Phone%%
        • %%PostalCode%%
        • %%PostOfficeBox%%
        • %%StateOrProvince%%
        • %%StreetAddress%%
        • %%Title%%
        • %%UserPrincipalName%%
        • %%WindowsEmailAddress%%
      • Select the Select one link to enter the fallback action if the disclaimer can't be inserted in the message.

      • On the specify fallback action page, choose a value from the drop-down list, and then select Save.

    • Except if: To add an exception that prevents multiple disclaimers from being added in an email conversation, configure the following settings:

      • Select The subject or body and Subject or body matches these text patterns.
      • In the Specify words or phrases flyout that opens, enter the words or phrases in the disclaimer, select Add, and then select Save.

    When you're finished, select Next.

  4. On the Set rule settings page, configure the following settings:

    • Rule mode: Leave the default value Enforce selected to turn on the rule immediately, or select Test without Policy Tips to log the results without actually adding the disclaimer to the messages.
    • Severity: Assign the severity level that appears in the message log. Valid values are:
      • Low
      • Medium
      • High
      • Not audit
      • Not specified
    • Activate this rule on and Deactivate this rule on: Optionally, select a date-time range when the rule is active.
    • Stop processing more rules: Optionally, stop applying more rules to a message after the disclaimer rule processes the message.
    • Defer the message if rule processing doesn't complete: Optionally, defer the message if the rule isn't able to process the message.
    • Match sender address in message: Select one of the following values:
      • Header: Only the message headers are examined. This value is the default value.
      • Envelope: Only the SMTP message envelope is examined.
      • Header or envelope: Both the message headers and SMTP message envelope are examined.
    • Comments: Optionally, enter comments to help describe the rule.

    When you're finished, select Next.

  5. On the Review and finish page, review the settings of the rule and then select Finish.

Use the New-TransportRule cmdlet to create the disclaimer rule. For detailed parameter information, see Mail flow rule conditions and exceptions (predicates) in Exchange Online.

The following example creates a new mail flow rule that adds a disclaimer with an image at the end of all email messages that are sent outside the organization:

New-TransportRule -Name "External Disclaimer" -SentToScope NotInOrganization -ApplyHtmlDisclaimerText "<h3>Disclaimer Title</h3><p>This is the disclaimer text.</p><img alt='Contoso logo' src='http://www.contoso.com/images/logo.gif'>"

The following example creates a new mail flow rule that adds an advertisement for one month at the beginning of all outgoing messages:

New-TransportRule -Name "March Special" -Enabled $true -SentToScope NotInOrganization -ApplyHtmlDisclaimerLocation Prepend -ActivationDate '03/1/2017' -ExpiryDate '03/31/2017'-ApplyHtmlDisclaimerText "<table align=center width=200 border=1 bordercolor=blue bgcolor=green cellpadding=10 cellspacing=0><tr><td nowrap><a href=http://www.contoso.com/marchspecials.htm>Click to see March specials</a></td></tr></table>"

How do you know this worked?

To verify that you've successfully created a disclaimer, and that the disclaimer works as expected, do the following steps:

  • Send yourself both a plain text email and an HTML email that match the conditions and exceptions you defined, and verify that the text appears as you intended.
  • If you added an exception to avoid adding the disclaimer to successive messages in a conversation, forward your test messages to yourself to verify that you don't get an extra copy of the disclaimer.
  • Send yourself some messages that shouldn't get the disclaimer and verify that the disclaimer isn't included.

Fallback options for disclaimer rules

If a mail flow rule can't modify the message to add the disclaimer (for example, the message is encrypted), you need to specify what to do. This contingency is known as the fallback option for the rule. The available fallback options for disclaimer rules are:

  • Wrap: A new message is created and the original message is added to it as an attachment. The disclaimer text is added to the new message, which is delivered to the recipients. This fallback option name is the default value.

    • Subsequent mail flow rules that examine message properties (for example, the message subject or text in the message body) will examine the new message, not the original message (which is now an attachment in the new message). If you want other rules to examine and act on the original message, ensure that those rules are applied before the disclaimer rule by using a lower priority for the disclaimer rule and higher priority for other rules.
    • If the process of inserting the original message as an attachment in the new message fails, the original message isn't delivered. The original message is returned to the sender in a non-delivery report (also known as an NDR or a bounce message).
  • Ignore: The rule is ignored and the original message is delivered without the disclaimer.

  • Reject: The original message is returned to the sender in an NDR.

In the EAC, you select the fallback option in the rule action. In Exchange Online PowerShell, you use the ApplyHtmlDisclaimerFallbackAction parameter.

For more information

After you configure a disclaimer rule, see Manage mail flow rules, for information about how to view, modify, enable, disable, or remove the rule.