learning-unlimited / ESP-Website

A website to help manage the logistics of large, short-term educational programs
82 stars 57 forks source link

Allow changing of default mailman list config #2243

Open tsutton opened 7 years ago

tsutton commented 7 years ago

For example, allowing a chapter to set the max_days_hold to 4 instead of 7 for newly created lists.

tsutton commented 7 years ago

If I'm understanding right, this would be accomplished by changing the create_list function in the mailman app, by adding a config_list command after the newlist one. And some system for a chapter to make and manage the custom variables.

mgersh commented 7 years ago

MIT is the only chapter using mailman and that isn't expected to change, so you can go ahead and change this in code if you want to change it.

tsutton commented 7 years ago

Oh, cool, I can take this and do it then.