Gossamer Forum
Home : Products : Links 2.0 : Discussions :

@name.info is seen as unvalid

Quote Reply
@name.info is seen as unvalid
Hi,

On validating, the e-mail adress redactie@blauwekei.info is seen by the validation process as unvalid, while the URL http://www.blauwekei.info/ is accepted, and both are valid.

How come?

Kind regards, Leon
Quote Reply
Re: [leon krijnen] @name.info is seen as unvalid In reply to
What do you have in links.def in the top hash ?I think there was a thread about this not long ago...it just requires an edit to links.def.

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [leon krijnen] @name.info is seen as unvalid In reply to
Here we go;

http://www.gossamer-threads.com/..._view_collapsed&

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: Thanks! In reply to
Right on Andy!

Found it over there: elsif (${$links{$id}}{'Email'} =~ /(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)/ || ${$links{$id}}{'Email'} !~ /^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/) {


What i did is just replacing (on three spots in db.pl) 2,3 by 2,4 and that does the trick.

Thanks a lot, kind regards, Leon