Mailfetch::Rule::MIMEPart::HTML::BodyOnLoad - does the mail contain an onload= attribute?
perl -MMailfetch::Rule::MIMEPart::HTML::BodyOnLoad=test,mailfile -e1
Returns a true value if the mail contains a part of content type text/html
and the HTML therein contains a body
tag with an onload
attribute.