[EMAIL PROTECTED] wrote: > >But does Mailman have to treat this as an implicit address? Of course >'[EMAIL PROTECTED]' is not literally exactly the same as [EMAIL PROTECTED] , >but the >list address is explicitly included within the quotes. Could a future version >of Mailman >allow for this and avoid treating quoted addresses as implicit destinations?
I don't think Mailman should be in the business of guessing how to re-parse an email address. As I mentioned in another post in this thread (<http://mail.python.org/pipermail/mailman-users/2007-December/059534.html>), the Python email.Utils.parseaddr() function returns the single quotes as part of the parsed address. If this is a significant problem, I think the email library is the place to address it. Also, the issue can be easily avoided by putting the quoted address in acceptable_aliases. -- 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
