On 9/25/22 05:26, mailman--- via Mailman-users wrote:
Dear All, I have a similar issue. Also on Debian 11. Also installed as Debian PKG. It's version GNU Mailman 3.3.3 (Tom Sawyer) I am using sqlite3. When I do the SQL-query I get an URI which is in multiple reasons wrong http://localhost/mailman3/postorius/api/templates/list/....../list:member:re...
The initial part of that URL is set from the Django setting
POSTORIUS_TEMPLATE_BASE_URL
. If that is set to
http://localhost/mailman3/
, it should probably be just
http://localhost/
.
OK - the hostname could be changed but the path is not existing at all. There is no file "list:member:regular:footer" on the complete filesystem.
It's not a file. It refers to an entry in the postorius_emailtemplate table in the database which is retrieved via the Postorius API.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan