On 17 Mar 2006, at 11:18, g wrote:
> would work too. Or even:
>
> VERP_CONFIRM_REGEXP = r'(.*)?(?P<addr>[^+]+?)\+(?P<cookie>[EMAIL 
> PROTECTED])@.*$'
>
> as I do not see the point of checking for the line beginning.

well, if that is correct, then one can shorten it to:


VERP_CONFIRM_REGEXP = r'?(?P<addr>[^+]+?)\+(?P<cookie>[EMAIL PROTECTED])@.*$'

(but what is the first "?" for?).

By following the old advice "if it ain't broken don't fix it", I will  
not test these alternatives..

Giuliano
_______________________________________________
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

Reply via email to