FortiMail
FortiMail provides advanced, multi-layer protection against the full spectrum of email-borne threats
cborgato_FTNT
Article Id 196308
Description
This article describes why text disclaimer is wrongly attached to the email instead of being appended to its body.

Solution
FortiMail has the capability to add text disclaimers (at beginning or at the end) of an ingoing and outgoing (headers or body) email.

In certain circumstance, FortiMail adds the content of the HTML disclaimer as attachment instead of text.

Disclaimer: Example for OutGoing Email appended at the beginning of the email

The following are the settings made on GUI:

1) Go to Mail Settings > Settings and select tab “Disclaimer” as follows:


2) Press ‘OK’ then ‘Apply’.

The following is the configuration made in CLI:
config system disclaimer
    set outgoing-body-status enable
    set outgoing-body-location beginning
    set outgoing-body-content "Present message can contain confidential and/or reserve information. Do not ....."
    set outgoing-body-content-html "<div style=\"\"><font face=\"tahoma, arial, helvetica, sans-serif\"><span style=\"font-size: 12px;\">Present message can contains confidential and/or reserve information. Do not ....</span></font></div><div style=\"font-family: tahoma, arial, helvetica, sans-serif; font-size: 12px;\"><br></div>"
end

Possible experience behavior:
On same cases disclaimers can be added as an attachment instead of inline text which mostly happens with Outlook (in a few cases with exchange).

Explanation:
The root cause which originates this behavior is a mismatch between charset encoding in Message Set (FortiMail Disclaimer) and Outlook charset encoding.

If
an email is sent from Outlook with charset encoding set to ISO, the disclaimer will be added as an attachment.

Solution:
If an email is sent from Outlook with the charset encoding set to UTF-8 (the path to configure this is File --> Options -->Advanced--> International options on Outlook), the disclaimer will be added correctly within the email body (expected behavior).



Contributors