Giuliano Gavazzi wrote: > >in the case in question, if I understood you well, the MUA (it might >be a webmail interface) >adds list-confirm+string_of_hex_digit so it does add the + and no >quotes.
So where did the qoutes come from in the message you included in your original post? (Moot anyway, since I have moved away from the regexp that matches quotes). >I am not sure I understood what ?P means here. Is >it a macro for "print here the value of what follows". So ?P<addr> >prints the confirmation address minus cookie? It assigns the value of what matched the expression in parentheses to the named variable. See <http://docs.python.org/lib/re-syntax.html>. -- 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
