Hello,

> The substititions in templates are defined in a Python dictionary that
> is passed to the call to produce the substituted template. In general,
> the parameters which can be substituted are specific to a given
> template and are only those which appear in the base template.
>
> In this case, you can't add other substitutions to verify.txt unless
> you modify the calls to Utils.maketext() in Mailman/MailList.py to add
> the additional substitution parameters to the dictionary that is
> passed.

I tried your advice and added such a line:

                 'MM-List-Name' : mm_list_name,

However, mailman stopped sending confirmation messages to me so I guess I
must have made a mistake (I added %(mm_list_name)s to verify.txt.

Thanks!

-- 
Zbigniew Szalbot

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to