Mark Sapiro wrote:
On 10/02/2018 12:14 AM, Henrik Rasmussen wrote:
Did I miss something in order to remove the footers?
Removing the files won't work because Mailman will fall back the the built-in footer. You have to create empty files. The easiest thing is just to 'cp /dev/null' to the footer files created by import21
Copying /dev/null doesn't help. It seems to be the same old content of the footer files before I removed the files and restarted Mailman, as if Mailman keeps the cache.
I've just (again) ran # docker exec -it mailman-core mailman shell -l [LISTNAME_FQDN]
getUtility(ITemplateManager).delete('list:member:digest:footer', m.list_id) getUtility(ITemplateManager).delete('list:member:regular:footer', m.list_id)
after copying /dev/null to the files in /opt/mailman/core/var/templates/lists/[LISTNAME_FQDN]/da/list_member_digest_footer.txt and list_member_regular_footer.txt ,but that doesn't change anything.
-- Henrik Rasmussen