On May 14, 2004, at 07:31, Douglas Rohde wrote:
What is the proper way to set the pipeline attribute (hopefully that involves the least hacking of the standard Mailman scripts and commands).
You can use withlist to add a custom pipeline attribute to a list.
$ bin/withlist -l -i mylist
m.pipeline = [...]
m.Save()
{ctrl-D}You can do 'from Mailman import mm_cfg', make a copy of the mm_cfg.GLOBAL_PIPELINE list, and then manipulate that list with standard Python to save typing.
Be sure to document your custom pipeline, or the magic of a custom pipeline could be quite surprising to the next person to administer the list and/or server. :-)
-- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/ Ringo MUG Tokyo http://www.ringo.net/rss.html
------------------------------------------------------ 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/
