[REBOL] Re: Check email syntax

2004-02-05 Thread bry
> Notice that: > > >> email: [EMAIL PROTECTED] > == [EMAIL PROTECTED] > >> email/user > == r3b0l > >> email/host > == free.fr heh, just struck me that this is a quick hack to do name value pairings. what if you had a block of 'addresses'? (not at home so I can't start rebol right now) -

[REBOL] Re: Check email syntax

2004-02-01 Thread Gabriele Santilli
Hi Tom, On Sunday, February 1, 2004, 5:07:23 AM, you wrote: TC> a minimal email DNS checker could be as simple as TC> read join dns:// next find email "@" Notice that: >> email: [EMAIL PROTECTED] == [EMAIL PROTECTED] >> email/user == r3b0l >> email/host == free.fr Anyway, that will look for

[REBOL] Re: Check email syntax

2004-01-31 Thread Tom Conlin
hello Arnaud a minimal email DNS checker could be as simple as read join dns:// next find email "@" but if you really want a maximal validating parser per RCF821 ... you can make some rules, these were derived from http://www.freesoft.org/CIE/RFC/821/15.htm a: charset [#"A" - #"Z" #"a" -