-
Notifications
You must be signed in to change notification settings - Fork 1
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
Email title format is different from the current ML for messages sent through web interface #1
Comments
@Lastique thank you for these issues. There may be different categories of tasks. Some can be handled in the list admin panel: I don't know your level of interest, or available time, but in any case I have added you as an owner of the boost list, which should provide access to the "settings" page. Let me know if you can't view that. Any changes on the settings page will need to be replicated again in the future on the production server. To that end, I created a file https://github.com/cppalliance/boost-mailman/blob/master/golive-runbook.md with a section "Configure Lists". Anything that can be solved via the settings panel, probably corresponds to a series of documentable steps like "Settings -> Alter messages -> Filter Content -> Yes". If you are fairly confident about a particular settings change, then you are welcome to make that change to the list, and also submit a pull request to this repository updating Another category of issue may ultimately need to generate a ticket at https://gitlab.com/mailman/hyperkitty or the other gitlab repositories where they develop mailman. Over the course of time I actually have been participating there also. Also, their own ML https://lists.mailman3.org/ . |
Sorry, I'm not going to take administration responsibilities for the mailing lists. My issues are simply my experience with the new lists, which you asked for on the current Boost ML. Please remove me from the ML admins. |
@Lastique sure, no problem. removed from admins. The issues feedback is valuable. |
https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/handlers/docs/subject-munging.html "If a Subject header already has a prefix, usually following a Re: marker, another one will not be added but the prefix will be moved to the front of the header text."
So, it appears the functionality of "subject prefixes" is different in mailman3. It's working as intended. |
This may be what mailman documentation says, but every mailing list I've been subscribed to, including Boost's, places "Re:" before the tags. I think, this should be fixed, if possible. Is it not configurable? |
From the web, 10 yrs ago, https://rohhie.net/open-mailing-list-with-ubuntu-12-04-mailman/
From the mailman3 list today.
Can this be customized with a Setting?
|
This may sound like a nitpick, but it may affect email filters configured by users, and it also caught my eye.
The current ML sends emails with titles starting with "Re: [boost]". With the mailman3 ML, when messages are sent from the web interface, the email title is starting with "[Boost] Re:". Notice:
Besides the filters, tags are typically typed in lower case and the following topic usually starts with a capital. For example, in "[boost] [container] Draft development plan for Boost.Container", the first capital "D" makes the beginning of the topic visually more apparent after all the preceding tags.
The text was updated successfully, but these errors were encountered: