Most of the Outlook security problems are used by using HTML formatted e-mail. Thus it might a good idea to block incoming HTML for good... In Outlook 2002 this can be done in the following way --> enter this to a file named e.g. Outlook.reg

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Outlook\Options\Mail]
"EditorPreference"=dword:00010000
"Receipt Response"=dword:00000000
"ReadAsPlain"=dword:00000001

and then enter it to registry by double clicking it. REMEMBER! Works only for Outlook 2002, as far as I know. After that restart your Outlook and it shoudn't receive e-mails as HTML anymore.

- karnevil9