Marcio Merlone | 1 Mar 2004 13:18
Picon

Viewing remote pics on html messages

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):

===========8<-------------
 Content-Type: text/html; charset=US-ASCII
 Content-Transfer-Encoding: 7bit

<base href="http://www.sai.msu.su/apod/">
<html>
<head>
<title>Astronomy Picture of the Day
</title>
<meta name="keywords" content="Moon, Venus, February 23">
</head>
<body BGCOLOR="#F4F4FF" text="#000000" link="#0000FF"
vlink="#7F0F9F" alink="#FF0000">
(...)
<a href="image/0403/saturn0402_cassini_big.jpg">
<img src="http://www.sai.msu.su/apod/image/0403/saturn0402_cassini.jpg"
alt="See Explanation. Clicking on the picture will download
the highest resolution version available."></a>
(...)
</body>
</html>
===========8<-------------
(Continue reading)

Tomas Kuliavas | 1 Mar 2004 15:14
Picon
Gravatar

Re: Viewing remote pics on html messages

> 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
(Continue reading)

Marcio Merlone | 1 Mar 2004 18:21
Picon

Re: Viewing remote pics on html messages

On Mon, 1 Mar 2004 16:14:08 +0200 (EET)
"Tomas Kuliavas" <tokul <at> users.sourceforge.net> wrote:

> > 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

Thanks you! There, it says:

"If you know that the e-mail came from a trustworthy source, you can use
the Unsafe Image Rules item on the Options page to configure
SquirrelMail to display images images from that particular source."

It just doesn't say you must have "Unsafe Image Rules" plugin
installed... ;) This is for googlers.
(Continue reading)

Ed O'Malley | 1 Mar 2004 20:30

Version/requirements question

I am currently running SM 1.13 on PHP 4.0.1 - I am in the process of
switching to a different server which runs  4.0.6 - what is the newest
version of SM that I should be able to run?  I haven't been able to find the
older requirements on the website.  Thanks.

Ed

-------------------------------------------------------
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: squirrelmail-users <at> lists.sourceforge.net
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Bernd Matthes | 1 Mar 2004 21:22
Picon

Language support in SM 1.5.0

Hi to all!

I've recently installed new stable version 1.5.0 as announced on the SM home page. The previous
installed is 1.4.2 with full locale support works fine.

Now I have problems with language support especially for de_DE.
I followed the instructions in locale/README.locales
As first I missed the xx_XX-{sm-version}-{release-date}.tar.* files  for the stable 1.5.0 version.
So I used CVS to checkout the locale tree from today with and without the 'rel-1_5_0-20040222' tag.
In both cases I used the 'compilelocales' and 'compilepo' scripts to compile the languages. The
german copies of squirrelmail.mo and squirrelmail.po are placed in locale/de_DE/LC_MESSAGES.
But no translation happened with neither the latest nor the 'rel-1_5_0-20040222' version.
- Are the versions of SM 1.5.0 and CVS version of the locales incompatible?
- Are there locale for SM 1.5.0 somewhere?

Could give me anyone some hints or has experience with the de_DE locale?

Many thanks in advance.
--

-- 
with kind regards

-------------------------------------------------------
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_id56&alloc_id438&op=click
--
squirrelmail-users mailing list
List Address: squirrelmail-users <at> lists.sourceforge.net
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
(Continue reading)

Bernd Matthes | 1 Mar 2004 22:11
Picon

Re: Language support in SM 1.5.0


Jay Lee schrub:
> Would somebody *please* change the frontpage to clairfy that 1.5 is a
> devel release?!  It is not clear from the front page since it talks about
> bugfixes, etc.  A simple change of the title to 1.5.0 Beta would do it.  I
> understand that Squirrelmail follows the Linux Kernel even/odd version
> numbering but being precise would save on these types of questions...
>
> Jay

Hi Jay!

This clarifies the situation.

Thanks.
--

-- 
with kind regards

-------------------------------------------------------
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_id56&alloc_id438&op=click
--
squirrelmail-users mailing list
List Address: squirrelmail-users <at> lists.sourceforge.net
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

(Continue reading)

Greg Hammond | 1 Mar 2004 23:14

Problem with SM 1.5.0 and TLS / IMAP4REV1 2003.x

I just upgraded to SuSe Linux 9.0, which includes UW IMAP 2003.338 with
STARTTLS and LOGINDISABLED in the header due to the build.   Because
Squirrelmail won't work with LOGINDISABLED unless you enable TLS/SSL, I
configured my IMAP and installed the certificates to get it working that
way.

SM 1.4.2 works just fine with TLS and the IMAP server connection set for
port 993, but when I upgrade to SM 1.5.0 -- I get an fsockopen() error on
the login screen with a gethostbyname() name lookup error.

Anybody else having this problem?   I would prefer not to back-rev my IMAP
to 2001a, as the TLS/SSL support in 2003.x is desirable for my remote IMAP
clients.

    Greg Hammond

-------------------------------------------------------
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_id56&alloc_id438&op=click
--
squirrelmail-users mailing list
List Address: squirrelmail-users <at> lists.sourceforge.net
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Chris Hilts | 2 Mar 2004 01:32
Favicon

Re: Problem with SM 1.5.0 and TLS / IMAP4REV1 2003.x

> SM 1.4.2 works just fine with TLS and the IMAP server connection set for
> port 993, but when I upgrade to SM 1.5.0 -- I get an fsockopen() error on
> the login screen with a gethostbyname() name lookup error.

This is a known problem in the 1.5.0 release.  It has already been fixed
in CVS.

--

-- 
Chris Hilts
tassium <at> squirrelmail.org

-------------------------------------------------------
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_id56&alloc_id438&op=click
--
squirrelmail-users mailing list
List Address: squirrelmail-users <at> lists.sourceforge.net
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Paco Hope | 2 Mar 2004 03:34
Picon

Weird behavior with INBOX and "inboxspam" folders

Hi.  here's the setup:

Squirrelmail: 1.5.0
IMAP: UW 2002
OS: FreeBSD 4.9-stable
Apache: 2
PHP: 4.3.0

I use folder prefix "Mail/" and I have a /home/paco/Mail/inboxspam folder.
I put stuff there that passes through SpamAssassin and manages to find its
way into my inbox anyways.  Every so often, I run sa-learn on that folder.

When I subscribe to Mail/inboxspam (I am being precise with capitalization
here), I no longer see my INBOX link in the left frame.  It just isn't
there. I see Drafts, Sent, Trash, etc.  All of them are normal.  Then,
where "inboxspam" should be, I see "INBOXSPAM" instead.  If I click on it,
it tries to open /home/paco/Mail/INBOXSPAM, which doesn't exist.  I can
fix this easily enough by unsubscribing from inboxspam, but that's not
really what I want.  i need to be subscribed so I can move messages there.

Looks like there is a regex gone wrong somewhere.

Here are my options in the Folder config:
Folder Defaults
1.  Default Folder Prefix         : Mail/
2.  Show Folder Prefix Option     : true
3.  Trash Folder                  : Trash
4.  Sent Folder                   : Sent
5.  Drafts Folder                 : Drafts
6.  By default, move to trash     : true
(Continue reading)

Tomas Kuliavas | 2 Mar 2004 06:59
Picon
Gravatar

Re: Language support in SM 1.5.0

> - Are the versions of SM 1.5.0 and CVS version of the locales
> incompatible?

There is one string difference between squirrelmail 1.5.0 and locales
HEAD. It should not affect other strings.

> - Are there locale for SM 1.5.0 somewhere?

1. can you show layout of your squirrelmail install?
where have you placed de_DE translations?
have you restarted webserver after installing translations?

2.
http://sourceforge.net/project/showfiles.php?group_id=311&package_id=110388

--

-- 
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: squirrelmail-users <at> lists.sourceforge.net
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

(Continue reading)


Gmane