At 10:38 PM 1/21/2012, Mark Sapiro wrote:
Anil Jangity wrote:

>The footer for the emails that I send aren't getting expanded. The mailing list name is working, but not the other variables. Where is this pulled from?
[...]
>The list configuration shows:
>
>msg_footer = """ _______________________________________________
>Do not post admin requests to the list. They will be ignored.
>%(real_name)s mailing list      (%(real_name)s@%(host_name)s)
>Help/Unsubscribe/Update your Subscription:
>%(user_optionsurl)s
>
>This email sent to %(user_address)s"""

I'm not sure what's going on.


I had problems with the footer once, and it turns out that there was a space at the end, once I removed the space it worked correctly.

Dave



The variables user_optionsurl and user_address are only available if
the list is personalized. If the list is not personalized, the
variable interpolation will fail and this affects all variables. I.e.
Non-digest options -> personalize must be set to Yes or Full
Personalization to use those variables. If personalize is not shown as
the second setting on Non-digest options, you need to add

OWNERS_CAN_ENABLE_PERSONALIZATION = Yes

to mm_cfg.py.

However, you say that %(real_name)s is correctly replaced, and that
shouldn't happen if the above is the explanation, and I have no other
explanation.

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

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: http://mail.python.org/mailman/options/mailman-users/dandrews%40visi.com

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to