On 5/10/06, Richard Barrett <[EMAIL PROTECTED]> wrote: > You can examine a list's attributes by running the bin/withlist > script from the command line as follows: > > [mailman!/mailman/solaris-run/mailman]:bin/withlist -i rbtesth > Loading list rbtesth (unlocked) > The variable `m' is the rbtesth MailList instance > >>> print m.web_page_url <snip>
i got it to work like this, instead: # bin/withlist -l -r bin/fix_url.fix_url test Importing bin/fix_url... Running bin/fix_url.fix_url()... Loading list test (locked) Saving list Finalizing # bin/withlist -i test Loading list test (unlocked) The variable `m' is the test MailList instance >>> print m.web_page_url https://emailadmin.mysite.com/ so even tho <grr>we've got absolute urls</grr>, i think they'll be pointing to the right place. thanks for your sisyphean attention to detail and for putting up with my inane ignorance! i'll go away now and leave you to get back to more intelligent questions. :) -- will trillich "Their is five errers in this sentance." ------------------------------------------------------ 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
