Re: email parsing bug

From: Kent Landfield <kent_at_hypermail-project.org>
Date: Tue, 9 Jun 1998 14:03:19 -0500 (CDT)
Message-Id: <199806091903.OAA09253_at_landfield.com>


There is a typo in strings.c that prevents the proper generation of mailto: links for email names with numbers [0-9] in them. Such as

UVPL57C_at_prodigy.com

    ^^

is being converted to "mailto:C_at_prodigy.com".

To correct this, in strings.c change

#define VALID_IN_EMAIL_ADD "a-zA-Z0-0_.-"

to

#define VALID_IN_EMAIL_ADD "a-zA-Z0-9_.-"

                                    ^

This has been corrected in the baseline and will be in the next release.

-- 
Kent Landfield                        Phone: 1-817-545-2502             
Email: kent_at_landfield.com             http://www.landfield.com/
Email: kent_at_nfr.net                   http://www.nfr.net/
Please send comp.sources.misc related mail to kent_at_landfield.com
Search the Usenet Hypertext FAQ Archive at http://www.faqs.org/faqs/
Received on Tue 09 Jun 1998 09:04:04 PM GMT

This archive was generated by hypermail 2.2.0 : Thu 22 Feb 2007 07:33:49 PM GMT GMT