On Thu, 22 May 2014, Karsten Bräckelmann wrote:

On Thu, 2014-05-22 at 15:49 -0400, James B. Byrne wrote:
I am clearly missing something with these rules but I lack the experience to
see what it is:

score RAW_BLANK_LINES_05 0.5
rawbody RAW_BLANK_LINES_05 /(\r?\n){5,9}/i

Why is everyone trying to match empty lines these days? Must be spam I'm
missing out on. ;)

Heh. Something similar just plopped into my spam quarantine.

You might want to do this:

  rawbody  MANY_BLANK_LINES  /(?:(?:<br>)?\r?\n){9}/mi


--
 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
-----------------------------------------------------------------------
  ...intellectuals have no interest in what _creates_ wealth, and
  what _inhibits_ the creation of wealth. They are very concerned
  about the _distribution_ of it, but they act as if wealth just
  exists somehow. It's like manna from heaven, it's only a
  question of how we split it up.                    -- Thomas Sowell
-----------------------------------------------------------------------
 4 days until Memorial Day - honor those who sacrificed for our liberty

Reply via email to