If I analyze "[EMAIL PROTECTED]", it splits into two tokens: "[EMAIL PROTECTED]" and "com". Shouldn't this rule:
// email addresses
| <EMAIL: <ALPHANUM> ("."|"-"|"_" <ALPHANUM>)+ "@" <ALPHANUM> ("."|"-" <ALPHANUM>)+ >
Be clever enough to keep the .com with it? Perhaps some other parsing is taking precedence?
Thanks, Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]