Closed cirnod closed 1 year ago
Hi @cirnod , Are you a listmaster of the mailing list server where you have problem? Or, are you an owner of the maling list where you have problem? If you are, please ask the listmaster for investigating the problem. Neither, at first please ask the owner of that mailing list for investigating the problem.
I'm neither a listmaster nor a the owner of the mailing list where I had problems. However, I tried to investigate the problems together with the owner of the mailing list. In this issue, I tried to describe the findings from the investigations.
Please contact the listmaster at first and ask them for investigating the problem and (if necessary) submitting report/question on this GitHub site. The information you or list owner can gather are not enough to ask for help on this site and to solve the problem.
Hi @cirnod ,
Are you talking about this?
To prevent clutter, Gmail doesn't deliver messages that you send to your own alias (or to a Group you belong to) to your inbox. You can find the message in Sent Mail or All Mail. ...
This is the feature of gmail and not the problem of Sympa.
@ikedas: yes, I think the linked content seems to be related to this issue. However, as I tried to explain in the original message, I'm not (yet) convinced that this is an issue solely to be blamed on Gmail.
Could you please confirm that the behavior of Sympa to not modify the Message-ID is intentional?
Could you please confirm that the behavior of Sympa to not modify the Message-ID is intentional?
The term "Message ID" explains by its own: Since it is unique ID of message, it should basically not be changed. Sympa is merely complying with that requirement.
The only exception in Sympa is the feature of message anonymization mode. The Message-ID is intentionally changed to meet that feature: To hide the sender’s information.
As far as I understand, there are clearly cases where the Message-ID should be changed (see excerpt of RFC 5322 above). Mailing lists typically change properties of a message (e.g. subject, reply-to address, etc.). Whether the resulting message should be interpreted as a revision of the original message (which would require a new Message-ID) or not is in my opinion worth a discussion (especially in light of the fact that there exist email service providers that interpret rules regarding Message-ID very narrowly and therefore assume that messages are 100% identical if they have the same Message-ID).
You want to solve the problem you describe in the title of this Issue, don't you?
To do so, it is impossible to have all the mailing list services and mail aliases in the world rewrite the message IDs. Because they are not doing so.
On the other hand, after successful delivery between MTAs, it is up to each site to decide how to deliver (or not to deliver) messages to the mailbox. As the quote above indicates, Gmail "doesn't deliver messages that you send to your own alias (or to a Group you belong to) to your inbox" because they consider them "clutter" (however they not make the mail unreadable).
This is the feature of Gmail and not the bug in mailing list services and maili aliases in the world.
To solve the problem you describe in the title of this Issue, you'd be better to do either:
For what it's worth I help manage a sympa list service with quite a few lists ; we had a report of this occurring but I was unable to replicate it on our service with my own testing with a test sympa list and Gmail.
I would check that your reception mode to the list in Sympa is NOT selected as "not_me", since that is designed not to deliver a copy of your own message to you, the sender.
Some people are apparently in the habit of CCing or BCCing themselves on every message they send out, and if you do this to a sympa list most MTAs will discard the duplicate which would be the version arriving again from Sympa.
This is not a bug of Sympa. Close.
Version
Sympa 6.2.68 (https://sympa-community.github.io/)
Installation method
unknown (I'm not managing the installation)
Expected behavior
Messages sent to a mailing list should arrive at sender of the message if the sender is a subscriber of the mailing list.
Actual behavior
When the sender uses a Gmail account for sending a message to a list where he is a subscriber he does not get a new message in the mailbox.
Steps to reproduce
Additional information
Excerpt of RFC 5322 that seems relevant to this issue: