Kiwi Ssennyonjo wrote: >i am trying to find the variable for the unsubscribe address
It depends on what you mean and in what context. If you're talking about list headers and footers and the email unsubscribe address or request address as you indicate in the subject, there isn't one per se, but you can construct it with %(real_name)[EMAIL PROTECTED](host_name)s or %(real_name)[EMAIL PROTECTED](host_name)s or %(list_name)[EMAIL PROTECTED](host_name)s and so forth. The difference between real_name and list_name is real_name is case preserved and list_name is lower case. If you mean something like this footer from mailman-users >Unsubscribe: >http://mail.python.org/mailman/options/mailman-users/msapiro%40value.net that is %(user_optionsurl)s, but it is only available if list delivery is personalized, and only for non-digest mail. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] 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
