[prev in list] [next in list] [prev in thread] [next in thread] 

List:       hypermail
Subject:    Re: email parsing bug
From:       Kent Landfield <kent>
Date:       1998-06-09 19:03:19
[Download RAW message or body]

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@prodigy.com
    ^^

is being converted to "mailto:C@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@landfield.com             http://www.landfield.com/
Email: kent@nfr.net                   http://www.nfr.net/
Please send comp.sources.misc related mail to kent@landfield.com
Search the Usenet Hypertext FAQ Archive at http://www.faqs.org/faqs/

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic