
On 5/27/25 18:54, Mark wrote:
However when I update the template, the databases are updated correctly but the Welcome message is still sent with the old template content.
mailman.templates mailmanweb.postorius_emailtemplate
Additionally, if I delete the template and create a new one the old content still gets sent.
I cannot find where this content is written or is being cached.
On 2025-05-28 02:34, Mark Sapiro wrote:
The content is stored in the mailmanweb.postorius_emailtemplate table. As far as Mailman core and Postorius are concerned, that's the only place.
... If the template is deleted, the mailman.template table entry is deleted and at that point Mailman core will get the template from the file system following it's normal search rules,
Where does Mailman core search for the file if the table entry is deleted?