JC Dill wrote: > >IMHO, this is a bug. Mailman should correctly parse email sent to: > >"mylist-confirm+8a671672b88489848cd212b368d290cc343af848" ><[EMAIL PROTECTED]> > >since that is a correctly formatted email address header per the example: > >To: "Mary Smith: Personal Account" <[EMAIL PROTECTED]> > >in RFC 2822: > ><http://www.faqs.org/rfcs/rfc2822.html>
I agree that it's a bug, but I think the primary bug is in an MUA that is generating a reply to mail From: [EMAIL PROTECTED] and addresses it To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> However, I have no objection to Mailman "working around" this MUA bug :-) by changing VERP_CONFIRM_REGEXP =r'^(?P<addr>[^+]+?)\+(?P<cookie>[EMAIL PROTECTED])@.*$' in Defaults.py.in I ask though, does anyone have a better suggestion for a replacement than VERP_CONFIRM_REGEXP = \ r'^(\s*"[^"]*")?(?P<addr>[^+]+?)\+(?P<cookie>[EMAIL PROTECTED])@.*$' or is that OK? -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan _______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
