ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Konstantin A. Lepikhov" <lakostis@anti-leasure.ru>
To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Subject: [sisyphus] Re: Q: не пора ли обновить Squirrelmail?
Date: Mon, 4 Oct 2004 15:58:33 +0400
Message-ID: <20041004115833.GA8994@lks.home> (raw)
In-Reply-To: <416133C7.4080509@diamonds.ru>

Hi Evgeniy!

Monday 04, at 03:28:07 PM you wrote:

> Konstantin A. Lepikhov wrote:
> >>Тут недавно ещё писали про баг с qt; и т.п.
> >>Грязный хак - в src/compose.php в районе 1070 строки
> >>echo htmlspecialchars(decodeHeader($body,false,false));
> >>исправить на
> >>echo decodeHeader($body,false,false);
> >>тогда будет нормальное квотирование.
> >
> >в bugzilla?
> 
> не уверен, причем сильно, ибо не знаю как это отразится на security.
вот кусок diff'а с cvs версией:
--- compose.php.old	2004-10-02 14:08:23 +0400
+++ compose.php	2004-10-01 02:56:41 +0400
@@ -1064,190 +1064,188 @@ function showInputForm ($session, $value
             if ($default_charset == 'iso-2022-jp') {
                 echo "\n\n".($prefix_sig==true? "-- \n":'').mb_convert_encoding($signature, 'EUC-JP');
             }else{
-            echo "\n\n".($prefix_sig==true? "-- \n":'').decodeHeader($signature,false,false);
+                echo "\n\n".($prefix_sig==true? "-- \n":'').decodeHeader($signature,false,false);
+            }
         }
-    }
-    }
-    else {
-       echo htmlspecialchars(decodeHeader($body,false,false));
+    } else {
+        echo htmlspecialchars(decodeHeader($body,false,false));
     }
     echo '</textarea><br />' . "\n" .
<skip>

по-видимому, они в скобках запутались.

-- 
WBR, Konstantin	      chat with ==>ICQ: 109916175
     Lepikhov,	      speak  to ==>JID: lakostis@jabber.org
aka L.A. Kostis       write  to ==>mailto:lakostis@pisem.net.nospam

...The information is like the bank... 			  (c) EC8OR


  reply	other threads:[~2004-10-04 11:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-03 18:56 [sisyphus] " Konstantin A. Lepikhov
2004-10-04  4:22 ` Evgeniy Kobzev
2004-10-04  8:26   ` [sisyphus] " Konstantin A. Lepikhov
2004-10-04 10:27     ` Evgeniy Kobzev
2004-10-04 11:14       ` Konstantin A. Lepikhov
2004-10-04 11:28         ` Evgeniy Kobzev
2004-10-04 11:58           ` Konstantin A. Lepikhov [this message]
2004-10-04 12:42             ` Evgeniy Kobzev
2004-10-17 13:19       ` Konstantin A. Lepikhov
2004-10-18  6:46   ` [sisyphus] " Epiphanov Sergei
2004-10-18  8:15     ` Evgeniy Kobzev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041004115833.GA8994@lks.home \
    --to=lakostis@anti-leasure.ru \
    --cc=sisyphus@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git