Removing the footer from mailing list messages
Hello,
I'm replacing a Postfix virtual_alias_maps distribution list with a GNU Mailman mailing list because there were many bounced messages, as Postfix doesn't care about properly resending e-mails. I want to kind of restoring the same functionality with Mailman, i.e. to be it as transparent as it can be, neither non-members, nor members should see how the list is implemented by Mailman. Therefore, I want to remove the „XX mailing list ...; To unsubscribe send an e-mail to ...” message from the footer of the e-mails. The problem with this is that list members sometimes reply to e-mails from non-members, and might potentially leave the footer in the quote.
What I already tried: define a custom template for list:member:regular:footer. The result was that the mailing list stopped operating altogether, no messages passed through until I deleted this template. After I deleted it, all delayed e-mails were forwarded at once.
What would be the right way to remove the footer?
Best regards, MegaBrutal
On 12/7/25 14:00, MegaBrutal via Mailman-users wrote:
What I already tried: define a custom template for list:member:regular:footer. The result was that the mailing list stopped operating altogether, no messages passed through until I deleted this template. After I deleted it, all delayed e-mails were forwarded at once.
How did you create the footer? If you created a file at Mailman's var/templates/whatever/list:member:regular:footer.txt, it probably was not readable by the Mailman user.
If you created it via Postorius there is probably and issue with your setting for POSTORIUS_TEMPLATE_BASE_URL.
What would be the right way to remove the footer?
For all lists
sudo -u mailman cp /dev/null var/templates/site/en/list:member:regular:footer.txt
For a single list
sudo -u mailman cp /dev/null var/templates/lists/LIST-ID/en/list:member:regular:footer.txt
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mark Sapiro -
MegaBrutal