On Fri, Feb 22, 2008 at 4:03 PM, Mark Sapiro <[EMAIL PROTECTED]> wrote:
>  You could try to find the line
>
>  urlpat = re.compile(r'(\w+://[^>)\s]+)') # URLs in text
>
>  near the beginning of Mailman/Archiver/HyperArch.py and change it to
>
>  urlpat = re.compile(r'(\w+://[^>)\s]+?)\.?(\s|$)') # URLs in text
>
>  Note this re is very lightly tested and may not work in all cases.

As always, Thank you Mark.

>  Of course, if you can get the posters to surround their URLs with <>,
>  there is no problem.

:-) Herding cats would be easier.

Thanks again,

-Jim P.
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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&amp;file=faq01.027.htp

Reply via email to