Ok regex is not my strong suit by any means. Trying to get a match for email addresses that start with a pipe character ( about 15% of my spam is this ). What I have so far is this;
[^a-z0-9]\b[a-z0-9._%+...@[a-z0-9.-]+\.[a-z]{2,4}\b To me that looks right but its not hitting. Any other suggestions? I've tried just \\|\b[a-z0-9._%+...@[a-z0-9.-]+\.[a-z]{2,4}\b along wiht dozens of others. Thanks! -- Richard Ahlquist Systems Analyst http://www.patentlystupid.com