mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 22:52:58 +03:00
🐛 Bug Report: pocket-id notify emails are considered as medium spam by rspamd #303
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alexlehm on GitHub.
Reproduction steps
I am receving my notification emails on a domain that uses rspamd and the mails end up with a score of 7 due to missing standard headers.
To reproduce the issue, create an user with a target email address that uses rspamd and check the spam level of the received mail, it should not be more than 0.x, but is about 7
Expected behavior
The email should contain the following headers
MIME-Version
Date
Message-ID
Also it should not QP-Encode email names if they consist of only ASCII characters
Actual Behavior
The email is missing the headers, most mail servers do not add Date or Message-ID when the mail is not generated by the local UI or a local tool
Version and Environment
version v39
local mail server is postfix, the recipient uses postfix+rspamd
Log Output
No response
@alexlehm commented on GitHub:
I have fixed the issue on a local test program already, due to a version conflict with my fork of the repo I cannot commit it right now, but will do so tomorrow
@alexlehm commented on GitHub:
yes, i will submit it tonight
@kmendell commented on GitHub:
To confirm you have a PR coming for this?