Message body contains code
Message body contains code
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 (174.83 KiB) Viewed 2662 times
- shawniverson
- Posts: 3783
- Joined: 13 Jan 2014 23:30
- Location: Indianapolis, Indiana USA
- Contact:
Re: Message body contains code
Some of the tags are being stripped by MailScanner.
Here are some settings...look in MailScanner.conf for descriptions to each.
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
Re: Message body contains code
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.