On Tue, 13 Apr 2010, Martin Gregorie wrote:
header FROM_STARTS_WITH_NUMS From =~ /\d{6,}[a-z._-][a-z0-9._-]{0,50}@/i

This regex requires that the 7th character be non-numeric.
Look at the regex I posted.... It covers all cases with six leading digits that is not a purely numeric address.

/^\d{6,}\S*[^\s\d]\S*@/

As an aside, let's not forget that the high score that is causing concern is only used when there is no bayes and no network testing....

- Charles

Reply via email to