zs wrote: > >Mark Sapiro pisze: >> >> Set >> >> OWNERS_CAN_ENABLE_PERSONALIZATION = Yes >> >> in mm_cfg.py. Then go to the admin Non-digest options page and set >> personalize to Yes or Full as desired and set msg_header and/or >> msg_footer as desired. See the "Details for ..." links for a list of >> allowable replacements. >> >And restart mailman for the changes to take effect. At least I think you >need to do it.
I don't think you do in this case. Of course, it never hurts to restart mailman after changing mm_cfg.py (unless you made a mistake, but still better to find it now), and often it is required, but it is only necessary if the things you changed affect mail processing. The web CGIs are loaded each time they are used so they always read the current mm_cfg.py. Also, the list configuration is loaded each time it is used, so if you are only changing things that affect the web UI and then changing list settings via the web UI, you don't need to restart Mailman. >There's a setting to limit the number of emails mailman passes to a >mailserver in one go. I don't remember it off hand, though. I think you are thinking of SMTP_MAX_RCPTS which controls the maximum number of recipients (RCPT commands) for one SMTP transaction from Mailman. This has no effect for a personalized list since if the list is personalized, the post is sent to each member in a separate transaction since the message is personalized - i.e., each SMTP transaction has exactly one recipient. -- 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://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
