improve the sending of emails #2737

Closed
opened 2026-04-06 03:59:48 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Gurkengewuerz on 10/29/2020

improve the sending of emails

I am using bitwarden_rs with my email server to send notification. Currently my rspamd adds the spam header because the mail had no message id. A value of 6 is marked as spam in the default rspamd configuration.
Is there a way to improve this behavior?

MISSING_MID (2.5)                         Message id is missing
HTML_SHORT_LINK_IMG_1 (2)                 Short html part (0..1K) with a link to an image
MIME_BASE64_TEXT_BOGUS (1)                Has text part encoded in base64 that does not contain any 8bit characters
URI_COUNT_ODD (1) [3]                     Odd number of URIs in multipart/alternative message
MIME_GOOD (-0.1) [multipart/alternative]  Known Content Type
MIME_BASE64_TEXT (0.1)                    Has Text Part encoded in base64
*Originally created by @Gurkengewuerz on 10/29/2020* ### improve the sending of emails <!-- Describe your issue here.--> I am using bitwarden_rs with my email server to send notification. Currently my rspamd adds the spam header because the mail had no message id. A value of 6 is marked as spam in the default rspamd configuration. Is there a way to improve this behavior? ``` MISSING_MID (2.5) Message id is missing HTML_SHORT_LINK_IMG_1 (2) Short html part (0..1K) with a link to an image MIME_BASE64_TEXT_BOGUS (1) Has text part encoded in base64 that does not contain any 8bit characters URI_COUNT_ODD (1) [3] Odd number of URIs in multipart/alternative message MIME_GOOD (-0.1) [multipart/alternative] Known Content Type MIME_BASE64_TEXT (0.1) Has Text Part encoded in base64 ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#2737