This bug (from Jan 2025) was reported independently to upstream (March
2026): https://gitlab.com/mailman/mailman/-/work_items/1264

Changing /usr/bin/mailman-wrapper from:

---------
#!/bin/sh

su -s /bin/sh -c "mailman $*" list
---------

to (adds -C /etc/mailman3/mailman.cfg):
---------
#!/bin/sh

su -s /bin/sh -c "mailman -C /etc/mailman3/mailman.cfg $*" list
---------

Is a way to avoid the problem.

It should still be fixed in upstream.

-- 
Carles Pina i Estany
https://carles.pina.cat | [email protected] | [email protected]

Attachment: signature.asc
Description: PGP signature

Reply via email to