[Mailman-Developers] handler to auto detach attachment and link it to a website keeping html

Mark Sapiro mark at msapiro.net
Wed Apr 23 15:30:24 CEST 2014


On 04/22/2014 10:13 PM, Sylvain Viart wrote:
> 
> I need to set :
> 
> mlist.ftp_remote_host = 'ftp.example.com'
> mlist.ftp_remote_login = 'somelogin'
> mlist.ftp_remote_pass = 'secretstuff'
> 
> 
> I can set site global vars in /etc/mailman/mm_cfg.py but how do I set
> local list parameter exactly?


bin/withlist or bin/config_list.

E.g., put the above three lines in a file and run

bin/config_list -i /path/to/file listname.

Note, I just removed the information about using extend.py from the FAQ
at <http://wiki.list.org/x/l4A9> because the only reason it was there
was for the situation where GLOBAL_PIPELINE would change in the future,
and it won't work for that anyway because the list's existing pipeline
attribute will override it.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Developers mailing list