
On 6/26/25 04:25, Mark wrote:
A footer template is created and initially it works as expected.
Editing the footer template sees the new content written to the database,
In addition to viewing the edited content in the database, the new template can also be viewed in Lynx on localhost at:
http://localhost:8000/mailman3/api/templates/list/<IDENTIFIER>/list:member:regular:footer
The problem is that the original template is being cached somewhere and the old footer persists in new emails.
=================================
On 2025-06-26 16:10, Mark Sapiro wrote:
What does the database query
SELECT uri FROM template WHERE name = 'list:member:regular:footer' AND context = '<IDENTIFIER>';
return?
=================================
The result of the query is: +--- uri +---- http://localhost:8000/mailman3/api/templates/list/<IDENTIFIER>/list:member:regular:footer +----
I should have also said, if I delete the template, emails still use the old footer -- not the Mailman default as I would have expected.
And I had a look in /opt/mailman/mm/var/templates/lists/ -- nothing there.