Problem with DKIM, EFA change body html message

Questions and answers about how to do stuff
Post Reply
egorm
Posts: 2
Joined: 26 Jun 2017 22:25

Problem with DKIM, EFA change body html message

Post by egorm »

Hello.

I tried find information about my problem, but I can't find. Maybe you can help me.
I have problem with html message. I have mail server with DKIM and use EFA like filter.
And I find this problem.
My Mail server sends html message via PHPmail with DKIM and EFA receives this message:

Code: Select all

User-Agent: Roundcube Webmail/1.0.9

--=_5d59b241c4cbfd8b78a796a561f9e142
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=US-ASCII



Hello.

Test Message.
--=_5d59b241c4cbfd8b78a796a561f9e142
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style=3D'font-size: 10pt; font-family: Verdana,Geneva,sans-seri=
f'>
<p>Hello.</p>
<p>Test Message.</p>
</body></html>

--=_5d59b241c4cbfd8b78a796a561f9e142--
This correct message.
After the EFA sends a message with such content:

Code: Select all

User-Agent: Roundcube Webmail/1.0.9


--=_5d59b241c4cbfd8b78a796a561f9e142
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=US-ASCII

 

Hello. 

Test Message. 


--=_5d59b241c4cbfd8b78a796a561f9e142
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style=3D'font-size: 10pt; font-family: Verdana,Geneva,sans-seri=
f'>
<p>Hello.</p>
<p>Test Message.</p>
</body></html>

--=_5d59b241c4cbfd8b78a796a561f9e142--
EFA adds some row to body message under "Test Message."
And DKIM check shows fail.
Can you please give me advice, how I can solve this problem or turn off these changes.
Thank you.
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Problem with DKIM, EFA change body html message

Post by shawniverson »

You can turn the inline signatures off using the console (EFA-Configure)

Look under Spam Settings
egorm
Posts: 2
Joined: 26 Jun 2017 22:25

Re: Problem with DKIM, EFA change body html message

Post by egorm »

If you about this line: http://uniscr.ga/content/EM_290617_Cmr9caw8.png,in this "Inline Signature Rules" I can only add domain, but not off.
Maybe I can turn off in MailScaner config, but I tried search lines and I didn't find them that turn off.
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Problem with DKIM, EFA change body html message

Post by shawniverson »

Run through each option under Spam Settings, you will be prompted whether you want inline sigs or not.
Post Reply