You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[core] 46 72 6f 6d 3a 20 3c 74 6f 40 65 78 61 6d 70 6c 65 2e 63 6f 6d 3e a
We can also see that Haraka removes dots. In this example
..shape {behavior:url(#default#VML);}
becomes
.shape {behavior:url(#default#VML);}
The text was updated successfully, but these errors were encountered:
mitridatik
changed the title
Attached emails are broken (stipped dots and \r\n issue)
Attached emails are broken (stripped dots and \r\n issue)
Nov 8, 2019
system info
Expected behavior
Attached emails are broken after Haraka processing. Viewing them in MS Outlook show problems.
Observed behavior
Haraka changes \r\n to \n for attached email and removes first dot from email body. Attached email looks broken in MS Outlook.
Steps to reproduce
Create a plugin from this code
Send this email
We will get this in HEX (\r removed):
[core] 46 72 6f 6d 3a 20 3c 74 6f 40 65 78 61 6d 70 6c 65 2e 63 6f 6d 3e a
We can also see that Haraka removes dots. In this example
..shape {behavior:url(#default#VML);}
becomes
.shape {behavior:url(#default#VML);}
The text was updated successfully, but these errors were encountered: