|
As the
russians once said... "Many tanks." That will keep users from being
"locked out". In addition to waiting
for IPSwitch to come up with some fix, I'm going to try
loading <!--IMail.MailMessage--> into a CDATA field,
then
use the template to read/parse the mail
message. This will prevent the browser from getting to the
script
before
I do. The only problem is going to be the overhead to scrub
the messages.
Your KWM templates rock, BTW. The IMail tags are a dog to
work with, but I'm glad they're there.
-Norm
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ron Hornbaker Sent: Saturday, March 16, 2002 3:49 PM To: [EMAIL PROTECTED] Subject: RE: [IMail Forum] Old Hack on Hotmail seems to work on iMail web users... Norm et.
al.,
You can
disable the automatic preview of messages in KillerWebMail by editing the
msgsum.html file. Find this block of code at about line 369:
function myLoad(){
// reset reload count, because user is obviously active parent.refreshCount=0 if(parent.previewFrame){ <!--IMAIL.BeginIfMsgCount.EQ 0--> parent.previewFrame.location.href="readfail.html?blank=yes" <!--IMAIL.ElseBeginIfMsgCount--> parent.previewFrame.location.href="rmail.<!--IMAIL.Number-->.cgi?mbx="+MailboxLink+"&msgsort="+z <!--IMAIL.EndBeginIfMsgCount--> } } and comment
out the reload lines (changes shown in red... one of the few times I like html
msgs to a list):
function myLoad(){
// reset reload count, because user is obviously active parent.refreshCount=0 if(parent.previewFrame){ <!--IMAIL.BeginIfMsgCount.EQ 0--> //parent.previewFrame.location.href="readfail.html?blank=yes" <!--IMAIL.ElseBeginIfMsgCount--> //parent.previewFrame.location.href="rmail.<!--IMAIL.Number-->.cgi?mbx="+MailboxLink+"&msgsort="+z <!--IMAIL.EndBeginIfMsgCount--> } } Note that the only way
to prevent this "hack" (embedded JavaScript commands) is for Ipswitch to rewrite
the iwebmsg service so it parses-out all JavaScript from the message body before
sending it to the browser.
Ron Hornbaker
|
- RE: [IMail Forum] Old Hack on Hotmail seems to work on i... Norman J. Nolasco
- RE: [IMail Forum] Old Hack on Hotmail seems to work... Norman J. Nolasco
- RE: [IMail Forum] Old Hack on Hotmail seems to ... Ron Hornbaker
- RE: [IMail Forum] Old Hack on Hotmail seems... Norman J. Nolasco
- RE: [IMail Forum] Old Hack on Hotmail s... Ron Hornbaker
- RE: [IMail Forum] Old Hack on Hotm... Norman J. Nolasco
- RE: [IMail Forum] Old Hack on Hotm... Norman J. Nolasco
- RE: [IMail Forum] Old Hack on ... Ron Hornbaker
- RE: [IMail Forum] Old Hack... Norman J. Nolasco
- RE: [IMail Forum] Old Hack... Ron Hornbaker
- RE: [IMail Forum] Old Hack... Norman J. Nolasco
- Re: [IMail Forum] Old Hack... serge
- RE: [IMail Forum] Old Hack... Ron Hornbaker
- RE: [IMail Forum] Old Hack... Norman J. Nolasco
