On Fri, Sep 15, 2023 at 5:33 PM Stephen J. Turnbull < turnbull.stephen.fw@u.tsukuba.ac.jp> wrote:
pau.baiges@csuc.cat writes:
Is there a way to modify the email that is sent by default to list owners when a non-list member sends email to the list?
Yes. As list owner (or site admin) in Postorius go to Templates, and click on "New Template". Select list:admin:action:post from the drop-down menu to the right of "Name". Copy the current message (site-packages/mailman/templates/en/list:admin:action:post.txt is the original, but do not edit this -- it will be overwritten on upgrades) to the text box and edit to taste. Unfortunately there is no "web site" variable but typically that is the same for all lists, so adding
https://your.host.here/mailman3/lists/$list_id/held_messages
in some appropriate place probably does what you want.
There is no way to indicate that this is a link because these messages are plain text. However, most mail clients will turn a URL into a link. If your moderators are not so lucky, try wrapping it with
<URL:https://your.host.here/mailman3/lists/$list_id/held_messages>
or even the usual HTML:
<a href="https://your.host.here/mailman3/lists/$list_id/held_messages"> Moderation Page </a>
One of those may help.
Also, you can take a look at this documentation:
https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/rest/docs/t...
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-) [How to ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html]