in reply to Qwestion about Automatic Match Variables

You probably want to escape the '.' to prevent matching typos like 'dmathis@gmail,com'
if (/(dmathis@gmail\.\w+)/) {
Update: Added the escape. Oops! Hitting "Stop" on my browser apparently didn't stop the form from being submitted on my previous post. Next time I'll be patient and let the browser finish loading, then edit the post. :)