Craig wrote:

Here are the links to 3 sample messages-
http://pastebin.com/d59f95b6d
http://pastebin.com/d17f12f4
http://pastebin.com/m46ce2877

I can only see the last message now.

Probably you may try to detect blank lines in the body or blank spaces
in html.
In Mail::SpamAssassin::Plugin::BodyEval there is a function
check_blank_line_ratio(...) which can be modified for using  just N head
lines or rule like

body BLANK_LINES_30_80  eval:check_blank_line_ratio('30','80','40')
describe BLANK_LINES_30_80  Message body has 30-80% blank lines

may be created. But you should supply your one parameters to the
function. Because I don't know how many legitimate e-mails with many
blank lines you receive.

Reply via email to