>>>>> "BWK" == Brian W Kinne <[EMAIL PROTECTED]> writes:

    BWK> I'm moving lists at my site from listproc to mailman. Some of
    BWK> the old list owners like the ability to associate the e-mail
    BWK> address with a real name. Since 2.1 has this feature, I've
    BWK> tried to batch subscribe members with their names without
    BWK> success. Is there syntax I'm missing[...?]

Yes, and it needs to be better documented on the mass subscribe page
(feel free to lodge an SF bug report so I don't forget).

Enter the addresses like so:

[EMAIL PROTECTED] (Anne Person)
[EMAIL PROTECTED] (Brian D. Ude)

etc...

Actually, any format recognized by email.Utils.parseaddr() is
acceptable:

http://www.python.org/doc/current/lib/module-email.Utils.html

so

Anne Person <[EMAIL PROTECTED]>
"Brian D. Ude" <[EMAIL PROTECTED]>

Should work too.

-Barry

------------------------------------------------------
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/

Reply via email to