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.
_______________________________________________
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email to mailman-users-le...@mailman3.org
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at:
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/ZEQMQV3QXPJPYJBX3YYHNQHT6HHF5YAW/
This message sent to arch...@mail-archive.com