Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Testing validity of email addresses

From: tim:johnsons-web at: 3-May-2003 11:08

The following rebol code:
>> email-address: "[tim--johnsons-web--com]"
== "[tim--johnsons-web--com]"
>> read join dns:// next find email-address "@"
== 12.24.138.43 confirms that the domain component of my email address is 'valid'. and read dns://... will return 'none for a non-existent domain. Does anyone know if there are domain servers configured so that a 'none would be returned from this test even if they were a valid domain? -- Tim Johnson <[tim--johnsons-web--com]> http://www.alaska-internet-solutions.com http://www.johnsons-web.com