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


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
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


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
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