> Is there any way to get the rules wizard to check the source of an
> html message?
Nope.

Signature
Brian Tillman
I think it can be done, but at the possible cost of slowing down Outlook. You'll need to edit the registry (make a backup first!!!!) to add a new DWORD value named SaveAllMIMENotJustHeaders to the HKCU\Software\Microsoft\Office\11.0\Outlook\Options\Mail key. (11.0 = Outlook 2003, 10.0 = Outlook 2002). Set the value of SaveAllMIMENotJustHeaders to 1 and restart Outlook. This will cause Outlook to save the entire raw message, not just the headers. I'm pretty sure that you can then use the "header contains" condition to look for <img, since what's stored as the "header" will be the entire raw message body.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Is there any way to get the rules wizard to check the source of an html
> message?
> If I could screen out all messages that contained "<IMG" or "<img" that
> would get about 75% of my spam.
>
> R
Brian Tillman - 23 Feb 2006 14:53 GMT
> I think it can be done,
Hmm... I'll have to try this.

Signature
Brian Tillman
rog - 07 Mar 2006 01:01 GMT
Sounds a little scary but thanks, I'll try it.
R
I think it can be done, but at the possible cost of slowing down Outlook.
You'll need to edit the registry (make a backup first!!!!) to add a new
DWORD value named SaveAllMIMENotJustHeaders to the
HKCU\Software\Microsoft\Office\11.0\Outlook\Options\Mail key. (11.0 =
Outlook 2003, 10.0 = Outlook 2002). Set the value of
SaveAllMIMENotJustHeaders to 1 and restart Outlook. This will cause Outlook
to save the entire raw message, not just the headers. I'm pretty sure that
you can then use the "header contains" condition to look for <img, since
what's stored as the "header" will be the entire raw message body.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Is there any way to get the rules wizard to check the source of an html
> message?
> If I could screen out all messages that contained "<IMG" or "<img" that
> would get about 75% of my spam.
>
> R