Hi, everyone Quick question. We have a Spamassassin installation where the mail servers implementation doesnt permit any SA plugins, so I cant use Plugin::MIMEHeader or the such.
To be able to detect that an email has an HTML attachment, such as this message: http://pastebin.com/raw/TieFEiZi I tried this, but it didnt work. describe TEST_HTML rawbody TEST_HTML /bContent-Type: text\/html\b/i score TEST_HTML 0.1 Any ideas, how to achieve via rule that scans body (or header)? Tried both. Thanks. Rob