"The content of this message was lost."
I see that this issue has been discussed in a few other postings - it seems to be affecting us here at the moment. We're running Mailman 3.3.5 inside maxking's mailman-core/mailman-web Docker containers (version 0.4.3).
This morning I composed a mail message and included two of our mailing lists in the To: field. On the first list I'm a member with address of the form my_addr_1@this.com. On the second I'm on it with a different address, my_addr_2@that.com.
In the case of each list, Mailman held the message for moderation. As administrator, I accepted both. I then got the full message in my inbox at my_addr_1@this.com, but in my other inbox at my_addr_2@that.com, the body of the message was not present. Instead it read
The content of this message was lost. It was probably cross-posted to
multiple lists and previously handled on another list.
I'm wondering what's the best thing to do here. Should I maybe downgrade to an earlier version of Mailman (i.e. an earlier version of maxking's Docker containers), pending resolution of this issue ...?
Thanks for any advice. Stephen
PS: The Mailman web interface "System Information" link reports: Mailman Core Version GNU Mailman 3.3.5 (Tom Sawyer) Mailman Core API Version 3.1 Mailman Core Python Version 3.8.10 (default, May 6 2021, 06:30:44) [GCC 9.3.0]
You have to incorporate these 2 changes:
https://gitlab.com/mailman/mailman/-/merge_requests/932/diffs and https://gitlab.com/mailman/mailman/-/merge_requests/933/diffs
We made it persistent in the Dockerfile of mm-core, so that it will be rewritten every time when building the container:
COPY ./moderator.py /usr/lib/python3.8/site-packages/mailman/app/moderator.py COPY ./test_moderation.py /usr/lib/python3.8/site-packages/mailman/app/tests/test_moderation.py
It is already fixed in Postorius 3.3.6, but it's not clear, when maxxking's containers will be bumped to that version.
Am 09.09.22 um 16:33 schrieb skenny@scss.tcd.ie:
I see that this issue has been discussed in a few other postings - it seems to be affecting us here at the moment. We're running Mailman 3.3.5 inside maxking's mailman-core/mailman-web Docker containers (version 0.4.3).
This morning I composed a mail message and included two of our mailing lists in the To: field. On the first list I'm a member with address of the form my_addr_1@this.com. On the second I'm on it with a different address, my_addr_2@that.com.
In the case of each list, Mailman held the message for moderation. As administrator, I accepted both. I then got the full message in my inbox at my_addr_1@this.com, but in my other inbox at my_addr_2@that.com, the body of the message was not present. Instead it read
The content of this message was lost. It was probably cross-posted to multiple lists and previously handled on another list.
I'm wondering what's the best thing to do here. Should I maybe downgrade to an earlier version of Mailman (i.e. an earlier version of maxking's Docker containers), pending resolution of this issue ...?
Thanks for any advice. Stephen
PS: The Mailman web interface "System Information" link reports: Mailman Core Version GNU Mailman 3.3.5 (Tom Sawyer) Mailman Core API Version 3.1 Mailman Core Python Version 3.8.10 (default, May 6 2021, 06:30:44) [GCC 9.3.0]
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Hi Jens, thank you so much for that really clear explanation. I've incorporated those changes, and all's good now. Thanks again
participants (2)
-
Jens Günther
-
skenny@scss.tcd.ie