Kory Wheatley wrote: > >Could someone give me an example what the sync_members file is suppose >to look like to sync up new email address? I'm not sure what the >Sendmail :include: format is.
Blank lines are ignored. Lines whose first non-whitespace character is '#' are ignored. The remaining lines contain email addresses, optionally with names, one address (and name) per line, in any format that can be parsed by Python's email.Utils.parseaddr() function. See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.044.htp> for some examples. The name is only significant for members who will be added. -- 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
