According to Mailman/Defaults.py, I can specify a pipeline attribute for a list. I attempted this by creating a file containing a pipeline specification:
pipeline = [ # These are the modules that do tasks common to all delivery paths. 'SpamDetect', 'Approve', ... 'Acknowledge', 'ToOutgoing', ]
And then tried config-list -i pipeline-file.py mylist
It reports `attribute "pipeline" ignored' because pipeline is not already an attribute of the list.
What is the proper way to set the pipeline attribute (hopefully that involves the least hacking of the standard Mailman scripts and commands).
Thanks, Doug Rohde
------------------------------------------------------ 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/
