I just got bit by a rule that fired (KAM_HOODIA) because body appear to
include the subject of the email when testing the body.
(http://wiki.apache.org/spamassassin/WritingRules Body rules also
include the Subject as the first line of the body content.)
So if I want to meta test the header and the body, I can't without using
rawbody.
Does anyone know why this was added?
At best, I think this is added in Message.pm with my $text =
$self->get_header ('subject') || "\n";
Perhaps we need to add a tflag to not add subject for body rules to
ignore this step. I'll likely go that step unless someone says (hey,
let's comment that out). ;-)
regards,
KAM