-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relay server issue- missing message-id #171
Comments
I should figure out how our relay server is configured. It is currently overwritten to Gmail smtp in |
i will try to come up with a workaround for the missing message-ids. regardless of how we send the emails we probably don't want to just ignore those messages. Other people may send emails with missing message-ids as well. |
@lukesmurray hmm I'm not sure about that. Most email messages have msg-ids. If it is missing, it is sent from malicious or untrusted servers which will be mostly spam and we can ignore most of cases. |
@lukesmurray I cancel what I said. I've been printing out msg-id of my incoming message and realize actually many messages are missing message-ids. Don't know what is the right answer for missing message-ids. A potential-problematic user flow is:
|
Ok so I figured out why this is happening and I'm working on a fix. SMTP servers do not always add the message id but we are free to create our own. I am basically going to hash a unique subset of the headers. |
No description provided.
The text was updated successfully, but these errors were encountered: