Hi Matthew (and all)
Been bitten by the same thing. (User entered "000" for email) Now we verify that any email address is reasonable IF ( 'E-mail Address' != $NULL$ ) AND ((NOT ( 'E-mail Address' LIKE "[EMAIL PROTECTED]" )) OR ( 'E-mail Address' LIKE "% %" ) OR ( 'E-mail Address' LIKE "%/%" )) THEN ERROR !!! We also verify it on any bulk sends. Regards, Simon Beach ________________________________ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Shellman, David Sent: Thursday, 17 May 2007 7:49 AM To: [email protected] Subject: Re: Argh! email engine just spamed all users! Hyphen, asterick, and several other characters will get translated to a zero. Dave -------------------------- [EMAIL PROTECTED] (Wireless) ----- Original Message ----- From: Action Request System discussion list(ARSList) _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

