Skip to content
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

Replying to message email does not deliver message to OSM user #1017

Closed
milan-cvetkovic opened this issue Jan 5, 2024 · 2 comments
Closed

Comments

@milan-cvetkovic
Copy link

URL

No response

How to reproduce the issue?

  1. OSM user usera leaves a private message to OSM user userb.
  2. userb receives an email message from OSM with the content of the message that usera sent
  3. userb replies using email client to the message, email client send the email to usera <[email protected]>. The email is successfully sent, as reported by MTA.
  4. usera never receives the message. userb never sees their message in the outbox on OSM web site.

Screenshot(s) or anything else?

I have unsuccessfully tried to reproduce the issue locally, by hand-crafting the email content and piping it to script/deliver-message.

Here are the headers of one reply message as sent by the email client (some portions are replaced with word "redacted")

Date: Fri, 05 Jan 2024 12:51:42 +0100
From: <redacted>
To: redacted <[email protected]>
Subject: Re: [OpenStreetMap] <redacted>
User-Agent: K-9 Mail for Android
In-Reply-To: <redacted>
References: <[email protected]> <redacted>
Message-ID: <001551C3-090C-4D7F-ABE0-D489222AD88E@redacted>
MIME-Version: 1.0
Content-Type: text/plain;
 charset=utf-8
Content-Transfer-Encoding: quoted-printable

body
@milan-cvetkovic milan-cvetkovic changed the title Replying to emails does not deliver message to OSM user Replying to message email does not deliver message to OSM user Jan 5, 2024
@tomhughes
Copy link
Member

This is an operational issue with the correct secret key base not being used when deliver-message is invokved.

@tomhughes tomhughes transferred this issue from openstreetmap/openstreetmap-website Jan 6, 2024
@tomhughes
Copy link
Member

Actually that wasn't the problem - the problem was that exim was mangling the local part to lower case.

Fixed in openstreetmap/chef@d7e1424.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants