OK, it's late and I'm tired, and this will probably end up being stupid regex issue, but:
why does... rawbody STYLE_IN_BODY /\<body\>.*style/si match and: rawbody STYLE_IN_BODY /\<body\>.*\<style\>/si not match? given a message body: >>>>>>>>>>>>>>>>>>>>>>>>>> <html><head> ... </head><body> ... <style> garbage... </style> ... </body> </html> <<<<<<<<<<<<<<<<<<<<<<<<< No multipart, no Mime, just straight html as a message.... TIA michael...