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

Changing the description of the DSN used for list moderated notification emails #1688

Closed
fusenuk opened this issue Jun 21, 2023 · 4 comments · Fixed by #1690
Closed

Changing the description of the DSN used for list moderated notification emails #1688

fusenuk opened this issue Jun 21, 2023 · 4 comments · Fixed by #1690

Comments

@fusenuk
Copy link

fusenuk commented Jun 21, 2023

Expected Behavior

When sending an email to a list that is moderated, the sender should receive a easily understandable notice that the message has not been distributed due to awaiting moderator approval.

Current Behavior

The recent change via #1508 means that you no longer send out an easily understandable notice but instead respond with a SMTP status code of 4.3.0 but with the default description of "Other or undefined mail system status".

Possible Solution

Change the description to be something like "Your email is awaiting approval from the owner of the mailing list"

Context

Previously Sympa sent out the plain English email notifying of awaiting modification. Now it ends up with the sending mail server sending a random unexplained bounce message.

And example of this is from Office365 -

Delivery is delayed to these recipients or groups:

[[email protected]](mailto:[email protected])

Subject: Mod email test

This message hasn't been delivered yet. Delivery will continue to be attempted.


Diagnostic information for administrators:

Generating server: xx.ac.uk

[[email protected]](mailto:[email protected])
xx.ac.uk
Remote server returned '554 5.4.0 <xx.ac.uk #4.3.0 X-Sympa; Other or undefined mail system status>'

Original message headers:

I don't think that is very helpful for end users.

@ikedas
Copy link
Member

ikedas commented Jun 22, 2023

The DSN Sympa itself returns is as below. It includes human-readable description.

This is an automatic response sent by Sympa Mailing Lists Manager.
Your message to the list 'sandbox' has been forwarded to the moderator(s)

------------------------------------------------------------------------------

Reporting-MTA: dns; sympa.community
Arrival-Date: Thu, 22 Jun 2023 00:52:06 +0000

Final-Recipient: rfc822; [email protected]
Action: delayed
Status: 4.3.0
Remote-MTA: dns; sympa.community
Diagnostic-Code: X-Sympa; Other or undefined mail system status
------------------------------------------------------------------------------
(Original message header follows)

Somehow, the M365 server seems to have seen this message returned by Sympa and reported that a "persistent error" (554 5.4.0) had occurred.

The Diagnostic-Code seems to be preserved, so I'll try to improve this.

@ikedas
Copy link
Member

ikedas commented Jun 22, 2023

@fusenuk , please check the PR above..

@fusenuk
Copy link
Author

fusenuk commented Jun 22, 2023

Those new DSN descriptions look good thanks.

@agouaux
Copy link

agouaux commented Sep 6, 2023

Holy Crap this is causing unimaginable pain for us. How the hell is "X-Sympa; Other or undefined mail system status" human readable? Seriously. To an engineer, sure. To the average Sympa user, oh hell no.

Beginning to really regret doing a point release update to Sympa right before the Fall semester. I'm used to point releases not being major pain points. However, this one sure hasn't proven to be so far based on the number of support calls we're getting.

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

Successfully merging a pull request may close this issue.

3 participants