BTW, I'm already seeing some random-word spam with random punctuation thrown in as well...
Pierre Thomson -----Original Message----- From: Chris Petersen [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 4:18 PM To: [EMAIL PROTECTED] Subject: RE: [SAtalk] detecting large collections of random words > Would this regex make more sense? > /([a-z]{4,12}\s){12,}/ Yes. though I used: /(\b[a-z]{4,12}\s+){12}/ notice the initial /b, and there's no need to make SA continue to search beyond the "minimum" match, so leave off the , in the last {} cluster. ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk