-
Notifications
You must be signed in to change notification settings - Fork 27
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
Emails use forged From header #321
Comments
These are all valid points, and I'd like to solve these problems. We forge We set other various headers that (hopefully) make it obvious that we're a mailing list and increase deliverability, e.g. all of the Anyways, I'd like to come to a solution that maximizes deliverability and makes it easy/obvious to people how they should respond to each other off-list. |
If the goal is that recipients shouldn't have to manually look up the sender's address, you could put it into the message footer (with a (Correction: |
Maybe this is too much of a niche case to justify this but one other possible way to solve this would be to add an option that let the user configure this. |
I tried working around this by setting I really think we should change the From address to |
I will try and look into this and #362 soon. |
Community's emails put the sender's real email address in
From
and add a Community-specificReply-To
. Because of DMARC, forgedFrom
addresses are probably not very deliverable anymore. (Note that neither GitHub nor Zulip uses them.)I noticed this because GMail routed a Yahoo user's post into my Spam folder. (The GMail UI was pretty specific about the cause, but unfortunately I don't have the exact text anymore.) In fact, both Google and Yahoo declare
p=reject
, notp=quarantine
, so I'm not sure why emails from those users are getting through at all.In addition, the forged
From
makes GMail's "Always display images from this sender" link (for permitting the web beacon) useless, since I'd have to click it once for each Recursor.The text was updated successfully, but these errors were encountered: