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--
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--
And DKIM check shows fail.
Can you please give me advice, how I can solve this problem or turn off these changes.
Thank you.