Michael Dilworth wrote on Sat, 27 Feb 2010 18:45:20 -0800:

> rawbody STYLE_IN_BODY /\<body\>.*\<style\>/si   not match?

because the HTML doesn't contain "<style>"? Maybe you wanted:

rawbody STYLE_IN_BODY /\<body\>.*\<style.*\>/si

Also, you don't have to escape the angle brackets, just makes the 
expression more confusing.

Kai

-- 
Get your web at Conactive Internet Services: http://www.conactive.com



Reply via email to