Hi again,
Sorry but I'm trying to increase at maximum the email deliverability :)
I can see on the code than the MIMEMultipart scafolding is well implemented but there is an issue for one case.
The case is when html is provided and no attachment.
In this line we are adding an 'alternative' part into a 'mixed' part but this 'mixed' part is not needed (only when attachments).
So Rspamd add the CTYPE_MIXED_BOGUS flag and decrease deliverability.
Hi again,
Sorry but I'm trying to increase at maximum the email deliverability :)
I can see on the code than the MIMEMultipart scafolding is well implemented but there is an issue for one case.
The case is when html is provided and no attachment.
In this line we are adding an 'alternative' part into a 'mixed' part but this 'mixed' part is not needed (only when attachments).
So Rspamd add the CTYPE_MIXED_BOGUS flag and decrease deliverability.