Subj : Funny code section
To : Bo Simonsen
From : Mvan Le
Date : Mon Mar 01 2010 02:04 am
Re: Funny code section
By: Bo Simonsen to Mvan Le on Sun Feb 28 2010 09:43 pm
> ML> /* Asshole detector */
> ML> if (stristr(szNewPhone, "555-1212") || stristr(szNewPhone, "5551212"))
> ML> {
> ML> Puts(cantskip);
> ML> return TRUE;
> ML> }
>
> Heh I guess it should match all 555- ;)
I'm going to remove phone number validation altogether. It's no longer relevant
in this day and age and/or is too restrictive for different formats eg.
international convention.