April Mar wrote: >It seems that my welcome message that is being sent out when someone >subscribes is doing so without the variables being replaced with, well, the >variable!!!! > >See this copy and paste of a portion of my welcome message ------- > > Welcome to the %(real_name)[EMAIL PROTECTED](host_name)s mailing list! > %(welcome)s > > Throughout the year you will receive important News and Announcements > from Shu Ren via this list. We appreciate your participation. > > PLEASE NOTE: That some online email programs with Spam protection > turned on may automatically discard messages from lists such as this. > Add %(real_name)@%(host_name) to your address book to prevent this. > > Thank you. > > General information about the mailing list is at: > > %(listinfo_url)s > > >------ And so on. > > >Can anyone help me figure out why? I am possitive I have the code for them >written correctly. But I did add to it as you can see under "Edit the public >HTML pages and text files".
It is difficult to know what might be going on without seeing the template, but is every '%' in the template either in an interpolation of the form %(variable)s, or doubled as in %% to produce a literal % in the output? If you have access to Mailman's logs, is there a 'broken template' message or anything else relevant in Mailman's error log? -- Mark Sapiro <[EMAIL PROTECTED]> 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://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