> Hello all, > > I have a small script that wget's a remote site > (http://www.sai.msu.su/apod/) which has a link to a picture. That link > is relative to original site, so I add a "<base > href=\"$URL\">\n" to the > beginning of the wgetted file. End message looks like (irrelevant parts > cut): ... > When viewing such content on sqm, everything is fine, except the link > which is the purpose of the message: the remote pic! I get > sec_remove_eng.png instead of original pic. How can I avoid such > behavior? I have grepped sqm source but could not find an easy option to > disable this...
This is for your own protection. http://www.squirrelmail.org/wiki/en_US/UnsafeImages Sometimes google is more powerful than grep. http://www.google.com/search?hl=en&lr=&ie=ISO-8859-1&q=site%3Asquirrelmail.org+image+removed+security > Also, the relative "<a href" does not honour the > "<base href". Any idea why? > Would it be a browser issue? it is html formating issue. If squirrelmail follows your base href, then you will be composing your next email in http://www.sai.msu.su/apod/src/compose.php -- Tomas ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
