Hi Folks, Is there a way from the Web UI to find all lists with held messages?
I'm site owner and admin for a domain; I'd like to see all the held messages for all the lists in that domain, so I can gently encourage moderators to do their jobs .. and to stand in when they're away or otherwise cannot release held messages in a timely manner.
To do this I want to see all held messages, and the lists they are meant for. Right now, to see which lists have held messages means clicking on each list name n turn. which can take a long time, even for the couple of dozen lists we have.
Peter C
On 11/28/25 5:43 PM, Peter Chubb via Mailman-users wrote:
Hi Folks, Is there a way from the Web UI to find all lists with held messages?
In the next release of Postorius The count of members, held messages and held subscription requests is displayed in the list overview page, but until then, No. See https://docs.mailman3.org/projects/postorius/en/latest/news.html#news-1-3-14
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
"Mark" == Mark Sapiro <mark@msapiro.net> writes:
Mark> On 11/28/25 5:43 PM, Peter Chubb via Mailman-users wrote:
Hi Folks, Is there a way from the Web UI to find all lists with held messages?
Mark> In the next release of Postorius The count of members, held Mark> messages and held subscription requests is displayed in the list Mark> overview page, but until then, No. See Mark> https://docs.mailman3.org/projects/postorius/en/latest/news.html#news-1-3-1
Great! and thankyou!
Peter C
Hi,
if you have access to the database you could check like this:
SELECT _request.*,mailinglist.list_name,mailinglist.mail_host FROM _request LEFT JOIN mailinglist ON _request.mailing_list_id = mailinglist.id;
-Gerald
On 29.11.25 02:43, Peter Chubb via Mailman-users wrote:
Hi Folks, Is there a way from the Web UI to find all lists with held messages?
I'm site owner and admin for a domain; I'd like to see all the held messages for all the lists in that domain, so I can gently encourage moderators to do their jobs .. and to stand in when they're away or otherwise cannot release held messages in a timely manner. To do this I want to see all held messages, and the lists they are meant for. Right now, to see which lists have held messages means clicking on each list name n turn. which can take a long time, even for the couple of dozen lists we have.Peter C
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/ Archived at: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/...
This message sent to vogt@spamcop.net
participants (3)
-
Gerald Vogt -
Mark Sapiro -
Peter Chubb