Washington Odhiambo via Mailman-users writes:

 > In my /opt/mailman/mm/var/templates/lists/
 > kictanet.lists.kictanet.or.ke/en/list:member:regular:footer.txt, I have:
 > 
 > Archived at: ${hyperkitty_url

First, I assume the unbalanced `{` is a typo.

Second, I don't think that is correct syntax for this flavor of
template, it's just "$hyperkitty_url".  (It might be OK, but this
language is designed for an undelimited reference to the template
variable.)

Third, there is no provision for that substitution in footers, as the
substitions are a hard-coded list in the decorate() function in
handlers/decorate.py.  It is available in the Archived-At header
field.

It wouldn't be hard to add, I suspect, but currently there is no
protocol for an archiver to communicate its archived-at URL to the
decorate function.  There are generic callbacks for the Archived-At
and List-Archive header fields, but those are simple lists and don't
allow you to specify the particular archiver as $hyperkitty_url.

Steve


-- 
GNU Mailman consultant (installation, migration, customization)
Sirius Open Source    https://www.siriusopensource.com/
Software systems consulting in Europe, North America, and Japan
_______________________________________________
Mailman-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at: 
https://lists.mailman3.org/archives/list/[email protected]/message/7OMQGB2TE6OO5MVP3T5ABGKPLF6YHWKL/

This message sent to [email protected]

Reply via email to