[Mailman-Users] list name in email

Mark Sapiro msapiro at value.net
Tue Jan 9 19:18:18 CET 2007


Zbigniew Szalbot wrote:
>
>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.


Yes, you made a mistake. You'll probably find tracebacks from the
exception in Mailman's error log. The problem is the value you have
assigned to the key 'MM-List-Name' is not a defined variable. You need

                 'MM-List-Name' : mlist.real_name,

rather than what you have.


-- 
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list