Message body contains code

General eFa discussion
Post Reply
aberg
Posts: 3
Joined: 21 Jan 2016 19:25

Message body contains code

Post by aberg »

When users on my domain receive email from a specific domain that I have whitelisted, the body gets altered and it shows a bunch of code before the body starts to appear. I attached an edited copy of what the email comes through looking like. I want emails from this domain to come through clean, without the body being altered. Any ideas on what is causing the code to display in the body?
Attachments
dforceerror.jpg
dforceerror.jpg (174.83 KiB) Viewed 2662 times
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Message body contains code

Post by shawniverson »

Some of the tags are being stripped by MailScanner.

Here are some settings...look in MailScanner.conf for descriptions to each.

Code: Select all

Allow IFrame Tags = disarm
Allow Form Tags = disarm
Allow Script Tags = disarm
Allow WebBugs = disarm
Allow Object Codebase Tags = disarm
aberg
Posts: 3
Joined: 21 Jan 2016 19:25

Re: Message body contains code

Post by aberg »

Thank you, that is super helpful. I am in contact with the vendor, and am working towards figuring out how the emails are delivered so I can allow the content.
Post Reply