|
From: Wizard <wi...@ne...> - 2003-02-11 16:14:38
|
> A little more context ? What are you trying to DO ? > > I probably don't understand the requirement but from what you're saying: > > An email address arrives from somewhere > It's checked for well-formedness > It's compared to a list of regexes of known banned addresses > It is accepted/rejected based on this I want it to be universal. For instance, how would you parse this: *@*.aol.* into: fr...@ao... fr...@ma... and fr...@mi... It should match the first two, but not the last, because the DOMAIN in the last is 'parliment', not 'aol'. If you want code, let me know, Grant M. |