Thanks for the input Loren! Should I be applying that rule to body or to rawbody ?
George -----Original Message----- From: Loren Wilton [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 28, 2004 9:53 AM To: users@spamassassin.apache.org Subject: Re: SpamAssassin Tests problem > 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