Thank you for the tip! These messages keep squeaking through, and now I feel like I HAVE to stop them. :O)
Shane -----Original Message----- From: Loren Wilton [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 2:02 AM To: users@spamassassin.apache.org Subject: Re: 'body', 'uri', 'rawbody' rules ... > Shouldn't the 'body' type rule remove the HTML markup, so the > remaining text is "http://www.jgsgfta.com/index.php?ID=JNL" ? It should. But on 2.63/64 it will also stick a "URI:" in there somewhere, just to screw up things if you aren't expecting it. Try this: body LW_PRINTIT /(^.*$)(?{ print "Body:\n$^N\nEnd Body\n\n" })/i That will print out the decoded body. Then you can see what you are working with. Loren