Squirrelmail is replacing images with blank images in some
cases. This is due to the image not having a file extension squirrelmail
recognizes. In particular, I am dealing with email that has images with the
following form of url. <img
src="" And the code in functions/mime.php lines 1750 and 1751.
if (!in_array($ext,array('.jpeg','.jpg','xjpeg','.gif','.bmp','.jpe','.png','.xbm')))
{
$attvalue = $sQuote . SM_PATH . 'images/blank.png'. $sQuote; Since the image is getting served up by a cgi script
squirrelmail replaces it with a blank. I am no expert on html specs but I
thought extensions were supposed to be ignored in favor of content-type in the
http header. What do you all think? Configtest.php follows. SquirrelMail
configtest
This
script will try to check some aspects of your SquirrelMail configuration and
point you to errors whereever it can find them. You need to go run conf.pl
in the config/
directory first before you run this script.
Checking PHP configuration... Congratulations,
your SquirrelMail setup looks fine to me! |
------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com
----- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users