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

Responding to list #18

Open
nilshellerhoff opened this issue Nov 8, 2022 · 0 comments
Open

Responding to list #18

nilshellerhoff opened this issue Nov 8, 2022 · 0 comments

Comments

@nilshellerhoff
Copy link
Owner

When responding to a mail sent by mailiszt, the response should be sent to mailiszt first and then be distributed to the intended recipients from there.

Example:

  • A, B, C are members of list L [email protected]
  • E is not a member
  • list L is configured to allow externals to adress the list
  • when E sends a mail to the list, A, B and C will receive it
  • if now A responds, the response should be sent to [email protected]. Mailiszt should then be able to recognize that this is a response to a mail sent by mailiszt.
  • now mailiszt forwards the response from A to the members of the list B,C and E
  • if now E again answers, the entire list is going to get the answer (not possible if setting the list in CC without setting reply-to header manually)

How to implement?

  • using in-response to header fields etc. to identify the message which was responded to. Are these fields standardized? How do different email clients handle this?
  • use plus addressing in the reply-to field [email protected]. Not supported by every provider/mail server software
  • some header field which is guaranteed to be retained in an answer mail?
  • Including an ID in the body or subject of the email (should always work)
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

1 participant