> 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

Reply via email to