> Can anyone point me in a way to stop this kind of messages ? Well, the easy way is to grab the SARE rules file that has rules to catch these babies. You may have to tweak the score up a little, depending on your threshold.
I would guess your BODY-EMPTY test is failing because you are checking for a body that is nothing but spaces. A missing body probably isn't even that. You could try body __HAS_BODY /\w/ meta MISSING_BODY !__HAS_BODY score MISSING_BODY 5 Loren