C. Marcerawrote: >Is it possible to change the default settings for new mailing lists when you >create them? For example, whenever I create new lists, send_welcome_msg and >send_goodbye_msg are on by default. For our internal purposes, I don't >want/need those messages going out so I keep turning them off. I've forgotten >once or twice and that leads to "What's this email mean?". > >Is there a way to make the default setting Off instead of On?
Put DEFAULT_SEND_WELCOME_MSG = No DEFAULT_SEND_GOODBYE_MSG = No in mm_cfg.py. It would serve you well to read Defaults.py to find out what other settings exist that you may find useful. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
