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 -- [email protected]
To unsubscribe send an email to [email protected]
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at: 
https://lists.mailman3.org/archives/list/[email protected]/message/VJOZYEOFRFGAB5QQ4O5G7WZP5VZHKMZN/

This message sent to [email protected]

_______________________________________________
Mailman-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at: 
https://lists.mailman3.org/archives/list/[email protected]/message/5AW6BYBMBGFQXKRF5B726LZOWDRFD4CJ/

This message sent to [email protected]

Reply via email to