bamboo_smtp icon indicating copy to clipboard operation
bamboo_smtp copied to clipboard

Remove unused multipart/mixed when there's no attachments

Open tcitworld opened this issue 3 years ago • 2 comments

The envelope isn't needed when we're just doing multipart/alternative with just text & html.

Also it triggers rspamd CTYPE_MIXED_BOGUS criteria (1 point by default)

tcitworld avatar Jul 16 '21 17:07 tcitworld

We encountered a massive prod issue due to this multipart/mixed added at the end of these emails. Some email providers considered our emails as spam due to this, and about ~20% of our emails were affected during the month that was necessary to pinpoint this issue. Would it be possible to merge this PR ?

creusefond avatar Jul 12 '22 13:07 creusefond

:+1:

This explains why thunderbird shows a paperclip icon next to the message, but when clicking it, the paperclip disappears. Please merge!

arjan avatar Jul 21 '22 11:07 arjan