spamassas...@corwyn.net wrote: > Is it possible to get spamassassin to score email addresses with 4 > (or more) numeric digits in sequence in the user name? > > (seems like a lot of our spam comes in for garbage users with user > names that are strings of numbers).
#1 - Why are you accepting email for non-existent users? You should configure your system to reject these messages before they even get to SA. #2 - Sure! :) header BB_NUMERIC_EMAIL To:addr =~ /\d{4...@]*@/ describe BB_NUMERIC_EMAIL Recipient address has 4 or more numbers score BB_NUMERIC_EMAIL 1 -- Bowie