On Wed, 30 Mar 2011, RW wrote:

On Wed, 2011-03-30 at 00:58 +0200, mar...@swetech.se wrote:

Re:
YouWillNotBelieveYourPennisCanBbeThhatHardAndThick!GiveYouserlfATreat

The subjects have two separate characteristics: the length and the
number of lower to upper case transitions. I score them separately and
use:

header SUBJ_LONG_WORD Subject =~ /\b[^[:space:][:punct:]]{30}/
header SUBJ_ODD_CASE  Subject =~ /(?:[[:lower:]][[:upper:]].{0,15}){3}/

How about:

header SUBJ_RUNON Subject =~ /(?:[[:upper:]][[:lower]]{2,15}[!:,'"]?){10}/

?

--
 John Hardin KA7OHZ                    http://www.impsec.org/~jhardin/
 jhar...@impsec.org    FALaholic #11174     pgpk -a jhar...@impsec.org
 key: 0xB8732E79 -- 2D8C 34F4 6411 F507 136C  AF76 D822 E6E6 B873 2E79
-----------------------------------------------------------------------
  The third basic rule of firearms safety:
  Keep your booger hook off the bang switch!
-----------------------------------------------------------------------
 2 days until April Fools' day

Reply via email to