"Anton" <no_email> wrote in news:#(E-Mail Removed):
> I agree, images is the only way that might work (have just done a test
> using iframe, but outlook doesn't support it).
> so I have signatures converted to images.
>
> One thing that is annoying me is that when I send such email with sig
> as image, then in outlook a warning is displayed warning people this
> might be a potential phisiing email... I don't want it to treated like
> a potential phising email. Maybe it's the querystring outlook don't
> like, the querystring is Show.aspx?id=31, 31 being id for a signature!
>
> you got any tips about how to solve my phising problem?
MVC might work. The only issue is it may still be seen as phishing if it
does not contain .jpg, .png or .gif.
Another option is save the image with the user's id, like 31.jpg and
link to that. Every time the user updates, just save over the image.
That should work fine. The downside is you have to track hits with the
raw web files instead of some other mechanism.
Peace and Grace,
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Twitter: @gbworld
Blog:
http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************