[Mailman-Users] Custom list pipeline

Jim Tittsler jwt at onjapan.net
Sun May 16 09:40:46 CEST 2004


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





More information about the Mailman-Users mailing list