<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-4374</id>
	<title>Nabble - squirrelmail-devel</title>
	<updated>2009-10-28T03:37:56Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/squirrelmail-devel-f4374.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/squirrelmail-devel-f4374.html" />
	<subtitle type="html">Mailing list archive for squirrelmail-devel</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26092807</id>
	<title>Error message on reply</title>
	<published>2009-10-28T03:37:56Z</published>
	<updated>2009-10-28T03:37:56Z</updated>
	<author>
		<name>Sebastian V.</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I think I discovered a bug in squirrelmail. I´m using it with dovecot,
&lt;br&gt;and most features work ok.
&lt;br&gt;&lt;br&gt;However, I encounter an error message everytime I reply to a mail. The
&lt;br&gt;short error is: &amp;quot;Could not append message to Sent. Server responded:
&lt;br&gt;RED)&amp;quot;.
&lt;br&gt;&lt;br&gt;This doesn´t happen when creating a new mail, only in responding. I changed
&lt;br&gt;functions/imap_general.php to get the full response from server, what is:
&lt;br&gt;&lt;br&gt;* FLAGS (\Answered \Flagged \Deleted \Seen \Draft $MDNSent KMAILFORWARDED
&lt;br&gt;KMAILTODO KMAILWATCHED KMAILIGNORED $FORWARDED $TODO $WATCHED $IGNORED)
&lt;br&gt;&lt;br&gt;Obviously, the &amp;quot;NO&amp;quot; from &amp;quot;IGNORED&amp;quot; / &amp;quot;KMAILIGNORED&amp;quot; makes the term
&lt;br&gt;&amp;lt;preg_match(&amp;quot;/(.*)(BAD|NO)(.*)$/&amp;quot;&amp;gt; to fail.
&lt;br&gt;&lt;br&gt;Think there should be a \b before and after the (BAD|NO):
&lt;br&gt;&lt;br&gt;&amp;quot;/(.*)\b(BAD|NO)\b(.*)$/&amp;quot;
&lt;br&gt;&lt;br&gt;This way it only fails when &amp;quot;NO&amp;quot;/&amp;quot;BAD&amp;quot; is on a word boundary, not within
&lt;br&gt;other words.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Sebastian
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092807&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-message-on-reply-tp26092807p26092807.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25863713</id>
	<title>Re: chech_referrer not working</title>
	<published>2009-10-12T14:41:08Z</published>
	<updated>2009-10-12T14:41:08Z</updated>
	<author>
		<name>Paul Lesniewski</name>
	</author>
	<content type="html">On Mon, Oct 12, 2009 at 12:13 PM, Fernando Gozalo &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25863713&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fgozalo@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm testing new check_referrer functionality. It doesn't work for me. I
&lt;br&gt;&amp;gt; think the problem is that
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 1. the global var $check_referrer is modify inside is_logged_in() function,
&lt;br&gt;&amp;gt; and
&lt;br&gt;&amp;gt; 2. is_logged_in() is called twice in webmail.php: one in the included
&lt;br&gt;&amp;gt; validate.php and another one in webmail.php itself.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I attach a patch that address 1.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And I think the call to is_logged_in() inside webmail.php must be removed
&lt;br&gt;&amp;gt; because is_logged_in() is already called in the included validate.php.
&lt;/div&gt;&lt;br&gt;Thank you for your testing. &amp;nbsp;I believe the main problem is the second
&lt;br&gt;one. &amp;nbsp;I have fixed this in CVS, thanks to you. &amp;nbsp;This makes the changes
&lt;br&gt;in number one above unnecessary, but I think they are also a good
&lt;br&gt;suggestion, so I'll probably add them.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Paul
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Paul Lesniewski
&lt;br&gt;SquirrelMail Team
&lt;br&gt;Please support Open Source Software by donating to SquirrelMail!
&lt;br&gt;&lt;a href=&quot;http://squirrelmail.org/donate_paul_lesniewski.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/donate_paul_lesniewski.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25863713&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/chech_referrer-not-working-tp25861573p25863713.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25861573</id>
	<title>chech_referrer not working</title>
	<published>2009-10-12T12:13:20Z</published>
	<updated>2009-10-12T12:13:20Z</updated>
	<author>
		<name>Fernando Gozalo</name>
	</author>
	<content type="html">Hello:
&lt;br&gt;&lt;br&gt;I'm testing new check_referrer functionality. It doesn't work for me. I 
&lt;br&gt;think the problem is that
&lt;br&gt;&lt;br&gt;1. the global var $check_referrer is modify inside is_logged_in() 
&lt;br&gt;function, and
&lt;br&gt;2. is_logged_in() is called twice in webmail.php: one in the included 
&lt;br&gt;validate.php and another one in webmail.php itself.
&lt;br&gt;&lt;br&gt;I attach a patch that address 1.
&lt;br&gt;&lt;br&gt;And I think the call to is_logged_in() inside webmail.php must be 
&lt;br&gt;removed because is_logged_in() is already called in the included 
&lt;br&gt;validate.php.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Fernando.
&lt;br&gt;&lt;br /&gt;--- functions/auth.original.php	2009-10-12 13:09:46.088235997 +0200
&lt;br&gt;+++ functions/auth.php	2009-10-12 13:34:37.235967000 +0200
&lt;br&gt;@@ -62,15 +62,15 @@ function is_logged_in() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;global $check_referrer, $domain;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;if ($check_referrer == '###DOMAIN###') $check_referrer = $domain;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;if (!empty($check_referrer)) {
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$ssl_check_referrer = '&lt;a href=&quot;https://'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://'&lt;/a&gt;&amp;nbsp;. $check_referrer;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$check_referrer = '&lt;a href=&quot;http://'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://'&lt;/a&gt;&amp;nbsp;. $check_referrer;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$ssl_chk_ref = '&lt;a href=&quot;https://'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://'&lt;/a&gt;&amp;nbsp;. $check_referrer;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$chk_ref = '&lt;a href=&quot;http://'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://'&lt;/a&gt;&amp;nbsp;. $check_referrer;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;if (!sqgetGlobalVar('HTTP_REFERER', $referrer, SQ_SERVER)) $referrer = '';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;if (sqsession_is_registered('user_is_logged_in') 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;&amp; (!$check_referrer || empty($referrer)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|| ($check_referrer &amp;&amp; !empty($referrer)
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;&amp; (strpos(strtolower($referrer), strtolower($check_referrer)) === 0
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|| strpos(strtolower($referrer), strtolower($ssl_check_referrer)) === 0)))) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;&amp; (strpos(strtolower($referrer), strtolower($chk_ref)) === 0
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|| strpos(strtolower($referrer), strtolower($ssl_chk_ref)) === 0)))) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;} else {
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br /&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25861573&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/chech_referrer-not-working-tp25861573p25861573.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25743532</id>
	<title>Allowing anchors when displaying HTML messages</title>
	<published>2009-10-04T16:55:02Z</published>
	<updated>2009-10-04T16:55:02Z</updated>
	<author>
		<name>Paul Lesniewski</name>
	</author>
	<content type="html">All,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;https://sourceforge.net/tracker/index.php?func=detail&amp;aid=2864736&amp;group_id=311&amp;atid=100311&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/index.php?func=detail&amp;aid=2864736&amp;group_id=311&amp;atid=100311&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Anchors to another part of any HTML message are replaced with
&lt;br&gt;blank.png, because SM thinks there is no valid URL in the href.
&lt;br&gt;&lt;br&gt;&amp;nbsp; The attached patch is a quick hack to allow anchors through,
&lt;br&gt;although it has not been evaluated for abuse potential and the anchor
&lt;br&gt;still opens up in a new window (which would be much more involved to
&lt;br&gt;fix, as the whole Magic HTML code seems to assume that's the only
&lt;br&gt;option you'd ever want).
&lt;br&gt;&lt;br&gt;&amp;nbsp; If anyone can comment or improve upon this, that would be nice.
&lt;br&gt;&lt;br&gt;-Paul
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Paul Lesniewski
&lt;br&gt;SquirrelMail Team
&lt;br&gt;Please support Open Source Software by donating to SquirrelMail!
&lt;br&gt;&lt;a href=&quot;http://squirrelmail.org/donate_paul_lesniewski.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/donate_paul_lesniewski.php&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br /&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25743532&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;allow_anchors-1.4.diff&lt;/strong&gt; (1K) &lt;a href=&quot;http://old.nabble.com/attachment/25743532/0/allow_anchors-1.4.diff&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;allow_anchors-1.5.diff&lt;/strong&gt; (1K) &lt;a href=&quot;http://old.nabble.com/attachment/25743532/1/allow_anchors-1.5.diff&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Allowing-anchors-when-displaying-HTML-messages-tp25743532p25743532.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25735517</id>
	<title>Re: [1.4.20RC2] case exact match in decodeheader</title>
	<published>2009-10-03T23:52:35Z</published>
	<updated>2009-10-03T23:52:35Z</updated>
	<author>
		<name>taca</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;In message &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25735517&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;58191e420910032210ob8e1c12s275f2bed213191f@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; on Sat, 3 Oct 2009 22:10:44 -0700,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Paul Lesniewski &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25735517&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; -            if (preg_match('/=\?([^?]+)\?(q|b)\?([^?]+)\?=/', $ret))
&lt;br&gt;&amp;gt;&amp;gt; +            if (preg_match('/=\?([^?]+)\?(Q|B)\?([^?]+)\?=/Ui', $ret))
&lt;br&gt;The patch was provided by obache at NetBSD.org.
&lt;br&gt;&lt;br&gt;&amp;gt; Kanbe-san, thank you. &amp;nbsp;Looks like I forgot to add the i modifier in a
&lt;br&gt;&amp;gt; couple places where eregi() was being replaced. &amp;nbsp;However, unless you
&lt;br&gt;&amp;gt; can prove otherwise, I believe the U modifier does nothing here, so it
&lt;br&gt;Yes, I think that U modifier isn't needed unless the string is really
&lt;br&gt;correctly encoded and I don't have such a wrong case. &amp;nbsp;Probably, U
&lt;br&gt;modified was added as other lines which make matching to MIME B/Q
&lt;br&gt;encoding.
&lt;br&gt;&lt;br&gt;&amp;gt; is being left out. &amp;nbsp;This has been committed. &amp;nbsp;Thank you.
&lt;br&gt;Thanks for your quick action!
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Takahiro Kambe &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25735517&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;taca@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25735517&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-1.4.20RC2--case-exact-match-in-decodeheader-tp25734694p25735517.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25735165</id>
	<title>Re: [1.4.20RC2] case exact match in decodeheader</title>
	<published>2009-10-03T22:10:44Z</published>
	<updated>2009-10-03T22:10:44Z</updated>
	<author>
		<name>Paul Lesniewski</name>
	</author>
	<content type="html">On Sat, Oct 3, 2009 at 7:35 PM, Takahiro Kambe &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25735165&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;taca@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; my acquaintance find there is a case exact match in processing
&lt;br&gt;&amp;gt; decoding encoded header.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This problem still exists in 1.4.20RC2 and affects replying/forwarding
&lt;br&gt;&amp;gt; a mail.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Attached patch fix the problem.  Case of &amp;quot;q|b&amp;quot; part has changed to the
&lt;br&gt;&amp;gt; same as other regular expressions.
&lt;/div&gt;&lt;br&gt;&amp;gt; -            if (preg_match('/=\?([^?]+)\?(q|b)\?([^?]+)\?=/', $ret))
&lt;br&gt;&amp;gt; +            if (preg_match('/=\?([^?]+)\?(Q|B)\?([^?]+)\?=/Ui', $ret))
&lt;br&gt;&lt;br&gt;Kanbe-san, thank you. &amp;nbsp;Looks like I forgot to add the i modifier in a
&lt;br&gt;couple places where eregi() was being replaced. &amp;nbsp;However, unless you
&lt;br&gt;can prove otherwise, I believe the U modifier does nothing here, so it
&lt;br&gt;is being left out. &amp;nbsp;This has been committed. &amp;nbsp;Thank you.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Paul Lesniewski
&lt;br&gt;SquirrelMail Team
&lt;br&gt;Please support Open Source Software by donating to SquirrelMail!
&lt;br&gt;&lt;a href=&quot;http://squirrelmail.org/donate_paul_lesniewski.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/donate_paul_lesniewski.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25735165&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-1.4.20RC2--case-exact-match-in-decodeheader-tp25734694p25735165.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25734694</id>
	<title>[1.4.20RC2] case exact match in decodeheader</title>
	<published>2009-10-03T19:35:29Z</published>
	<updated>2009-10-03T19:35:29Z</updated>
	<author>
		<name>taca</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;my acquaintance find there is a case exact match in processing
&lt;br&gt;decoding encoded header.
&lt;br&gt;&lt;br&gt;This problem still exists in 1.4.20RC2 and affects replying/forwarding
&lt;br&gt;a mail.
&lt;br&gt;&lt;br&gt;Attached patch fix the problem. &amp;nbsp;Case of &amp;quot;q|b&amp;quot; part has changed to the
&lt;br&gt;same as other regular expressions.
&lt;br&gt;&lt;br&gt;Best regards.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Takahiro Kambe &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25734694&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;taca@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;--- functions/i18n.php.orig	2009-07-29 11:21:06.000000000 +0900
&lt;br&gt;+++ functions/i18n.php	2009-10-04 10:17:48.000000000 +0900
&lt;br&gt;@@ -675,7 +675,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;break;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;case 'decodeheader':
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$ret = str_replace(&amp;quot;\t&amp;quot;, &amp;quot;&amp;quot;, $ret);
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (preg_match('/=\?([^?]+)\?(q|b)\?([^?]+)\?=/', $ret))
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (preg_match('/=\?([^?]+)\?(Q|B)\?([^?]+)\?=/Ui', $ret))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$ret = @mb_decode_mimeheader($ret);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$ret = @mb_convert_encoding($ret, 'EUC-JP', 'AUTO');
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;break;
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25734694&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-1.4.20RC2--case-exact-match-in-decodeheader-tp25734694p25734694.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25712736</id>
	<title>Undelete button missing from 1.4.20 [SVN] when $auto_expunge is false</title>
	<published>2009-10-02T02:15:28Z</published>
	<updated>2009-10-02T02:15:28Z</updated>
	<author>
		<name>Michael A. Puls II</name>
	</author>
	<content type="html">I made the following change to functions/mailbox_display.php to fix it.
&lt;br&gt;&lt;br&gt;echo getButton('SUBMIT', 'delete',_(&amp;quot;Delete&amp;quot;)) .&amp;quot;&amp;nbsp;\n&amp;quot;;
&lt;br&gt;+if (!$auto_expunge) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;echo getButton('SUBMIT', 'undeleteButton',_(&amp;quot;Undelete&amp;quot;)) . &amp;quot;\n&amp;quot;;
&lt;br&gt;+}
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Michael
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25712736&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Undelete-button-missing-from-1.4.20--SVN--when-%24auto_expunge-is-false-tp25712736p25712736.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25522163</id>
	<title>Re: Another problem with &quot;search results expired&quot;</title>
	<published>2009-09-19T06:55:51Z</published>
	<updated>2009-09-19T06:55:51Z</updated>
	<author>
		<name>Jon Angliss</name>
	</author>
	<content type="html">On Fri, 18 Sep 2009 14:22:49 +0100 (BST), Neil Hoggarth
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25522163&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;neil.hoggarth@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;I have found another code path which can give rise to the &amp;quot;ERROR - This 
&lt;br&gt;&amp;gt;page request could not be verified and appears to have expired&amp;quot; problem 
&lt;br&gt;&amp;gt;in src/search.php, in both 1.4.20-RC2 and SM-1_4-STABLE SVN branch.
&lt;br&gt;&lt;br&gt;Confirmed, patched, committed.
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;-- 
&lt;br&gt;Jonathan Angliss
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25522163&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jon@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25522163&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Another-problem-with-%22search-results-expired%22-tp25508617p25522163.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25508617</id>
	<title>Another problem with &quot;search results expired&quot;</title>
	<published>2009-09-18T06:22:49Z</published>
	<updated>2009-09-18T06:22:49Z</updated>
	<author>
		<name>Neil Hoggarth</name>
	</author>
	<content type="html">I have found another code path which can give rise to the &amp;quot;ERROR - This 
&lt;br&gt;page request could not be verified and appears to have expired&amp;quot; problem 
&lt;br&gt;in src/search.php, in both 1.4.20-RC2 and SM-1_4-STABLE SVN branch.
&lt;br&gt;&lt;br&gt;To reproduce:
&lt;br&gt;&lt;br&gt;1. Perform a search.
&lt;br&gt;&lt;br&gt;2. Select a message from the search results (taking us to
&lt;br&gt;&amp;nbsp; &amp;nbsp; src/read_body.php).
&lt;br&gt;&lt;br&gt;3 &amp;nbsp;Click the &amp;quot;Delete&amp;quot; link above the message headers (taking us to
&lt;br&gt;&amp;nbsp; &amp;nbsp; src/delete_message.php, with a valid smtoken).
&lt;br&gt;&lt;br&gt;4. src/delete_message.php does delete the message, but then generates a
&lt;br&gt;&amp;nbsp; &amp;nbsp; redirect to src/search.php without including an smtoken in the URL.
&lt;br&gt;&lt;br&gt;Proposed patch, which seems to fix things for our installation (diff -u 
&lt;br&gt;against SM-1_4-STABLE branch, r13840):
&lt;br&gt;&lt;br&gt;--- src/delete_message.php~	2009-09-18 13:58:23.000000000 +0100
&lt;br&gt;+++ src/delete_message.php	2009-09-18 13:58:46.000000000 +0100
&lt;br&gt;@@ -78,6 +78,7 @@
&lt;br&gt;&lt;br&gt;&amp;nbsp; if (isset($where) &amp;&amp; isset($what)) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; header(&amp;quot;Location: $location/search.php?where=&amp;quot; . $where .
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; '&amp;smtoken=' . sm_generate_security_token() .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'&amp;what=' . $what . '&amp;mailbox=' . urlencode($mailbox));
&lt;br&gt;&amp;nbsp; } else {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; if (!empty($saved_draft) || !empty($mail_sent)) {
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;-- 
&lt;br&gt;Neil Hoggarth -------------- Department of Physiology, Anatomy and Genetics
&lt;br&gt;Head of IT --------------------------------------- University of Oxford, UK
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25508617&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Another-problem-with-%22search-results-expired%22-tp25508617p25508617.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25463832</id>
	<title>Proposed change to encodeHeader()</title>
	<published>2009-09-15T17:09:59Z</published>
	<updated>2009-09-15T17:09:59Z</updated>
	<author>
		<name>Paul Lesniewski</name>
	</author>
	<content type="html">All,
&lt;br&gt;&lt;br&gt;&amp;nbsp; I was looking into a problem where encoded FROM headers weren't
&lt;br&gt;being quoted, which causes problems when replying if they have a comma
&lt;br&gt;in them. &amp;nbsp;US-ASCII (non-encoded) FROM headers are always encased in
&lt;br&gt;quotes for this very reason I believe (in case a comma is found
&lt;br&gt;within).
&lt;br&gt;&lt;br&gt;&amp;nbsp; It depends on the charset/encoding in question (any language can
&lt;br&gt;provide its own encoding via XTRA_CODE in the language setup (I didn't
&lt;br&gt;check those routines), and other multibyte character sets use the
&lt;br&gt;encodeHeaderBase64() function), but if the code in encodeHeader() is
&lt;br&gt;used, quotes around the full name part of the email address can cause
&lt;br&gt;problems because they are not always encoded. &amp;nbsp;I didn't dissect the
&lt;br&gt;code in this function (which is why I'm asking), but found that adding
&lt;br&gt;a simple test for quotes &amp;quot;fixes&amp;quot; this issue.
&lt;br&gt;&lt;br&gt;--- functions/mime.php &amp;nbsp;(revision 13833)
&lt;br&gt;+++ functions/mime.php &amp;nbsp;(working copy)
&lt;br&gt;@@ -789,6 +789,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;for($i = 0; $i &amp;lt; $j; ++$i) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;switch($string{$i})
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;case '&amp;quot;':
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;case '=':
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;case '&amp;lt;':
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;case '&amp;gt;':
&lt;br&gt;&lt;br&gt;&amp;nbsp; What I'd like to know is what the consequences are of making this
&lt;br&gt;change - does this have possible large effects on anything else? &amp;nbsp;Or
&lt;br&gt;is it just a matter of performance (the function seems to try to be as
&lt;br&gt;&amp;quot;ungreedy&amp;quot; as possible, only encoding things that don't have 8-bit
&lt;br&gt;characters in them)? &amp;nbsp;Please see the full patch attached to this
&lt;br&gt;message that puts quotes around encoded full name-style FROM headers.
&lt;br&gt;See also the two bug reports about this problem:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://thread.gmane.org/gmane.mail.squirrelmail.user/36501&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://thread.gmane.org/gmane.mail.squirrelmail.user/36501&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/index.php?func=detail&amp;aid=2830141&amp;group_id=311&amp;atid=100311&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/index.php?func=detail&amp;aid=2830141&amp;group_id=311&amp;atid=100311&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Thanks,
&lt;br&gt;&lt;br&gt;Paul
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Paul Lesniewski
&lt;br&gt;SquirrelMail Team
&lt;br&gt;Please support Open Source Software by donating to SquirrelMail!
&lt;br&gt;&lt;a href=&quot;http://squirrelmail.org/donate_paul_lesniewski.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/donate_paul_lesniewski.php&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br /&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25463832&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;quote_encoded_addresses.diff&lt;/strong&gt; (2K) &lt;a href=&quot;http://old.nabble.com/attachment/25463832/0/quote_encoded_addresses.diff&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Proposed-change-to-encodeHeader%28%29-tp25463832p25463832.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25426195</id>
	<title>Re: PHP Notice in 1.5.2 regarding $use_js</title>
	<published>2009-09-13T12:13:46Z</published>
	<updated>2009-09-13T12:13:46Z</updated>
	<author>
		<name>Jon Angliss</name>
	</author>
	<content type="html">On Sat, 12 Sep 2009 13:52:05 -0700, Paul Lesniewski
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25426195&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;On Sat, Sep 12, 2009 at 1:32 PM, Paul Lesniewski &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25426195&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; All,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;  I am trying to remember about the $use_js variable that I think we
&lt;br&gt;&amp;gt;&amp;gt; (mostly) purged from somewhere else a few months back.  It got left in
&lt;br&gt;&amp;gt;&amp;gt; templates/default/addressbook_search_form.tpl and is causing a PHP
&lt;br&gt;&amp;gt;&amp;gt; notice.  To see it, go to compose a message, click the address button
&lt;br&gt;&amp;gt;&amp;gt; (you have to have the in-page address book functionality, not the
&lt;br&gt;&amp;gt;&amp;gt; javascript popup), add an address and return to your compose page.
&lt;br&gt;&amp;gt;&amp;gt; You'll see the notice at the bottom now:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Category:        PHP, Delayed
&lt;br&gt;&amp;gt;&amp;gt; Message:        Undefined variable: use_js
&lt;br&gt;&amp;gt;&amp;gt; FILE:   /var/www/html/sm_cvs_pure/squirrelmail/templates/default/addressbook_search_form.tpl
&lt;br&gt;&amp;gt;&amp;gt; LINE:   69
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;  I know we had a discussion about $use_js a few months ago, and IIRC,
&lt;br&gt;&amp;gt;&amp;gt; Jon was the one who fixed the problem.  I cannot remember if it is
&lt;br&gt;&amp;gt;&amp;gt; safe to replace $use_js with our normal $javascript_on or not.  Can
&lt;br&gt;&amp;gt;&amp;gt; someone remember better than me?  (IIRC, $use_js had some logic on top
&lt;br&gt;&amp;gt;&amp;gt; of just $javascript_on.... maybe something to do with whether or not
&lt;br&gt;&amp;gt;&amp;gt; the user had intended to use the JavaScript address popup, yeah that
&lt;br&gt;&amp;gt;&amp;gt; must be it)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;I think I got it. &amp;nbsp;Jon's commit was here:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&lt;a href=&quot;http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail?view=rev&amp;revision=13713&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail?view=rev&amp;revision=13713&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Please verify that my replacement of $use_js with the following is correct.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; if ($javascript_on &amp;&amp; $compose_addr_pop)
&lt;/div&gt;&lt;br&gt;I believe that would be the correct handling. &amp;nbsp;If I remember correct,
&lt;br&gt;you can even skip the javascript_on, but I'd &amp;nbsp;have to double check all
&lt;br&gt;the template vars, and how they get passed in.
&lt;br&gt;-- 
&lt;br&gt;Jonathan Angliss
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25426195&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jon@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25426195&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PHP-Notice-in-1.5.2-regarding-%24use_js-tp25418001p25426195.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25418218</id>
	<title>Re: PHP Notice in 1.5.2 regarding $use_js</title>
	<published>2009-09-12T13:52:05Z</published>
	<updated>2009-09-12T13:52:05Z</updated>
	<author>
		<name>Paul Lesniewski</name>
	</author>
	<content type="html">On Sat, Sep 12, 2009 at 1:32 PM, Paul Lesniewski &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25418218&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  I am trying to remember about the $use_js variable that I think we
&lt;br&gt;&amp;gt; (mostly) purged from somewhere else a few months back.  It got left in
&lt;br&gt;&amp;gt; templates/default/addressbook_search_form.tpl and is causing a PHP
&lt;br&gt;&amp;gt; notice.  To see it, go to compose a message, click the address button
&lt;br&gt;&amp;gt; (you have to have the in-page address book functionality, not the
&lt;br&gt;&amp;gt; javascript popup), add an address and return to your compose page.
&lt;br&gt;&amp;gt; You'll see the notice at the bottom now:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Category:        PHP, Delayed
&lt;br&gt;&amp;gt; Message:        Undefined variable: use_js
&lt;br&gt;&amp;gt; FILE:   /var/www/html/sm_cvs_pure/squirrelmail/templates/default/addressbook_search_form.tpl
&lt;br&gt;&amp;gt; LINE:   69
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  I know we had a discussion about $use_js a few months ago, and IIRC,
&lt;br&gt;&amp;gt; Jon was the one who fixed the problem.  I cannot remember if it is
&lt;br&gt;&amp;gt; safe to replace $use_js with our normal $javascript_on or not.  Can
&lt;br&gt;&amp;gt; someone remember better than me?  (IIRC, $use_js had some logic on top
&lt;br&gt;&amp;gt; of just $javascript_on.... maybe something to do with whether or not
&lt;br&gt;&amp;gt; the user had intended to use the JavaScript address popup, yeah that
&lt;br&gt;&amp;gt; must be it)
&lt;/div&gt;&lt;br&gt;I think I got it. &amp;nbsp;Jon's commit was here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail?view=rev&amp;revision=13713&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail?view=rev&amp;revision=13713&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please verify that my replacement of $use_js with the following is correct.
&lt;br&gt;&lt;br&gt;&amp;nbsp;if ($javascript_on &amp;&amp; $compose_addr_pop)
&lt;br&gt;&lt;br&gt;My commit is here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail?view=rev&amp;revision=13843&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail?view=rev&amp;revision=13843&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Paul Lesniewski
&lt;br&gt;SquirrelMail Team
&lt;br&gt;Please support Open Source Software by donating to SquirrelMail!
&lt;br&gt;&lt;a href=&quot;http://squirrelmail.org/donate_paul_lesniewski.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/donate_paul_lesniewski.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25418218&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PHP-Notice-in-1.5.2-regarding-%24use_js-tp25418001p25418218.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25418001</id>
	<title>PHP Notice in 1.5.2 regarding $use_js</title>
	<published>2009-09-12T13:32:48Z</published>
	<updated>2009-09-12T13:32:48Z</updated>
	<author>
		<name>Paul Lesniewski</name>
	</author>
	<content type="html">All,
&lt;br&gt;&lt;br&gt;&amp;nbsp; I am trying to remember about the $use_js variable that I think we
&lt;br&gt;(mostly) purged from somewhere else a few months back. &amp;nbsp;It got left in
&lt;br&gt;templates/default/addressbook_search_form.tpl and is causing a PHP
&lt;br&gt;notice. &amp;nbsp;To see it, go to compose a message, click the address button
&lt;br&gt;(you have to have the in-page address book functionality, not the
&lt;br&gt;javascript popup), add an address and return to your compose page.
&lt;br&gt;You'll see the notice at the bottom now:
&lt;br&gt;&lt;br&gt;Category: &amp;nbsp;	 PHP, Delayed
&lt;br&gt;Message: 	Undefined variable: use_js
&lt;br&gt;FILE: 	/var/www/html/sm_cvs_pure/squirrelmail/templates/default/addressbook_search_form.tpl
&lt;br&gt;LINE: 	69
&lt;br&gt;&lt;br&gt;&amp;nbsp; I know we had a discussion about $use_js a few months ago, and IIRC,
&lt;br&gt;Jon was the one who fixed the problem. &amp;nbsp;I cannot remember if it is
&lt;br&gt;safe to replace $use_js with our normal $javascript_on or not. &amp;nbsp;Can
&lt;br&gt;someone remember better than me? &amp;nbsp;(IIRC, $use_js had some logic on top
&lt;br&gt;of just $javascript_on.... maybe something to do with whether or not
&lt;br&gt;the user had intended to use the JavaScript address popup, yeah that
&lt;br&gt;must be it)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Paul Lesniewski
&lt;br&gt;SquirrelMail Team
&lt;br&gt;Please support Open Source Software by donating to SquirrelMail!
&lt;br&gt;&lt;a href=&quot;http://squirrelmail.org/donate_paul_lesniewski.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/donate_paul_lesniewski.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25418001&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PHP-Notice-in-1.5.2-regarding-%24use_js-tp25418001p25418001.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25309298</id>
	<title>Re:  Squirrelmail work with Lightppd in Debian Lenny?</title>
	<published>2009-09-05T07:51:11Z</published>
	<updated>2009-09-05T07:51:11Z</updated>
	<author>
		<name>Tomas Kuliavas</name>
	</author>
	<content type="html">2009.09.05 13:35 wenyang zhou rašė:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi guys,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am using a Postfix mail server here. it's working fine for around one
&lt;br&gt;&amp;gt; year. Recently I upgrade the Operation systerm from Debian Etch to Lenny.
&lt;br&gt;&amp;gt; So
&lt;br&gt;&amp;gt; I will need to reinstall the mail server. &amp;nbsp;I followed the tutorial from
&lt;br&gt;&amp;gt; here:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://workaround.org/ispmail/lenny&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://workaround.org/ispmail/lenny&lt;/a&gt;&lt;br&gt;&amp;gt; Every step goes all right and I am going to install the Squirrelmail as
&lt;br&gt;&amp;gt; webmail. But I met a trouble. I am using the Lighttpd1.4+php5 as a
&lt;br&gt;&amp;gt; webserver
&lt;br&gt;&amp;gt; but it seems Squirrelmail always work with Apache? I googled a lot but I
&lt;br&gt;&amp;gt; didn't find much useful refernce there.
&lt;br&gt;&amp;gt; So I would like to ask if there is any idea how to configure the
&lt;br&gt;&amp;gt; Squirrelmail on Lighttpd?
&lt;/div&gt;&lt;br&gt;&lt;a href=&quot;http://www.php.net/manual/en/install.unix.lighttpd-14.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/manual/en/install.unix.lighttpd-14.php&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://redmine.lighttpd.net/projects/lighttpd/wiki/HowTos&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.lighttpd.net/projects/lighttpd/wiki/HowTos&lt;/a&gt;&lt;br&gt;&lt;br&gt;SquirrelMail should work with any webserver, if server allows to use PHP
&lt;br&gt;scripts.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Tomas
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25309298&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Squirrelmail-work-with-Lightppd-in-Debian-Lenny--tp25307016p25309298.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25307340</id>
	<title>Re: Squirrelmail work with Lightppd in Debian Lenny?</title>
	<published>2009-09-05T04:17:18Z</published>
	<updated>2009-09-05T04:17:18Z</updated>
	<author>
		<name>Alexandros Vellis</name>
	</author>
	<content type="html">On Sat, 5 Sep 2009 18:35:26 +0800
&lt;br&gt;wenyang zhou &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25307340&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;williamnicelabel@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; So I would like to ask if there is any idea how to configure the
&lt;br&gt;&amp;gt; Squirrelmail on Lighttpd?
&lt;br&gt;&lt;br&gt;You should try squirrelmail-users mailing list.
&lt;br&gt;&lt;br&gt;This is the SquirrelMail Development Mailing List: For discussing the
&lt;br&gt;development of SquirrelMail and patches.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.squirrelmail.org/docs/admin/admin-12.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.squirrelmail.org/docs/admin/admin-12.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25307340&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Squirrelmail-work-with-Lightppd-in-Debian-Lenny--tp25307016p25307340.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25307016</id>
	<title>Squirrelmail work with Lightppd in Debian Lenny?</title>
	<published>2009-09-05T03:35:26Z</published>
	<updated>2009-09-05T03:35:26Z</updated>
	<author>
		<name>wenyang zhou</name>
	</author>
	<content type="html">Hi guys,&lt;br&gt;&lt;br&gt;I am using a Postfix mail server here. it&amp;#39;s working fine for around one year. Recently I upgrade the Operation systerm from Debian Etch to Lenny. So I will need to reinstall the mail server.  I followed the tutorial from here:&lt;br&gt;
&lt;a href=&quot;http://workaround.org/ispmail/lenny&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://workaround.org/ispmail/lenny&lt;/a&gt;&lt;br&gt;Every step goes all right and I am going to install the Squirrelmail as webmail. But I met a trouble. I am using the Lighttpd1.4+php5 as a webserver but it seems Squirrelmail always work with Apache? I googled a lot but I didn&amp;#39;t find much useful refernce there.&lt;br&gt;
So I would like to ask if there is any idea how to configure the Squirrelmail on Lighttpd?  &lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks for any reply in advance!&lt;br&gt;&lt;br&gt;Best Regards,&lt;br&gt;William&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25307016&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Squirrelmail-work-with-Lightppd-in-Debian-Lenny--tp25307016p25307016.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25290593</id>
	<title>Re: SMIME Plugin</title>
	<published>2009-09-04T01:52:54Z</published>
	<updated>2009-09-04T01:52:54Z</updated>
	<author>
		<name>Paul Lesniewski</name>
	</author>
	<content type="html">On Fri, Sep 4, 2009 at 1:36 AM, Ralf
&lt;br&gt;Hildebrandt&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25290593&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Ralf.Hildebrandt@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; * Paul Lesniewski &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25290593&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Because Exchange is doing something funny that the plugin does not
&lt;br&gt;&amp;gt;&amp;gt; expect.  SM can probably display it OK without the plugin installed
&lt;br&gt;&amp;gt;&amp;gt; (you can test).
&lt;br&gt;&amp;gt;&amp;gt; You can try sending the full message source, although without an
&lt;br&gt;&amp;gt;&amp;gt; Exchange server I may not be able to do much with it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Do you have any preferred format? Maybe some raw IMAP output?
&lt;br&gt;&lt;br&gt;If possible, yes, the raw message right from the mail spool. &amp;nbsp;As long
&lt;br&gt;as it isn't getting corrupted by the time it gets to SquirrelMail, the
&lt;br&gt;message details plugin will give you the message source and allow you
&lt;br&gt;to save it to a file.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Paul Lesniewski
&lt;br&gt;SquirrelMail Team
&lt;br&gt;Please support Open Source Software by donating to SquirrelMail!
&lt;br&gt;&lt;a href=&quot;http://squirrelmail.org/donate_paul_lesniewski.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/donate_paul_lesniewski.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25290593&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SMIME-Plugin-tp25276682p25290593.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25290364</id>
	<title>Re: SMIME Plugin</title>
	<published>2009-09-04T01:36:46Z</published>
	<updated>2009-09-04T01:36:46Z</updated>
	<author>
		<name>Ralf Hildebrandt</name>
	</author>
	<content type="html">* Paul Lesniewski &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25290364&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;br&gt;&amp;gt; Because Exchange is doing something funny that the plugin does not
&lt;br&gt;&amp;gt; expect. &amp;nbsp;SM can probably display it OK without the plugin installed
&lt;br&gt;&amp;gt; (you can test).
&lt;br&gt;&amp;gt; You can try sending the full message source, although without an
&lt;br&gt;&amp;gt; Exchange server I may not be able to do much with it.
&lt;br&gt;&lt;br&gt;Do you have any preferred format? Maybe some raw IMAP output?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ralf Hildebrandt
&lt;br&gt;&amp;nbsp; Geschäftsbereich IT | Abteilung Netzwerk
&lt;br&gt;&amp;nbsp; Charité - Universitätsmedizin Berlin
&lt;br&gt;&amp;nbsp; Campus Benjamin Franklin
&lt;br&gt;&amp;nbsp; Hindenburgdamm 30 | D-12203 Berlin
&lt;br&gt;&amp;nbsp; Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25290364&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ralf.hildebrandt@...&lt;/a&gt; | &lt;a href=&quot;http://www.charite.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.charite.de&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25290364&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SMIME-Plugin-tp25276682p25290364.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25290294</id>
	<title>Re: SMIME Plugin</title>
	<published>2009-09-04T01:32:39Z</published>
	<updated>2009-09-04T01:32:39Z</updated>
	<author>
		<name>Paul Lesniewski</name>
	</author>
	<content type="html">On Fri, Sep 4, 2009 at 12:30 AM, Ralf
&lt;br&gt;Hildebrandt&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25290294&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Ralf.Hildebrandt@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; * Paul Lesniewski &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25290294&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Looks like you are not using the most up to date version of the
&lt;br&gt;&amp;gt;&amp;gt; plugin.  Please use what is on the SquirrelMail website and report
&lt;br&gt;&amp;gt;&amp;gt; back.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I installed 0.7 now:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Version 0.7
&lt;br&gt;&amp;gt; by Paul Lesniewski on Sep 20, 2008
&lt;br&gt;&amp;gt; [ smime-0.7-1.1.1.tar.gz tarball (1172 d/l) Help ]
&lt;br&gt;&amp;gt; Requires: OpenSSL, SquirrelMail 1.1.1+
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; same error.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; If the problem persists, it is due to the fact that when the IMAP
&lt;br&gt;&amp;gt;&amp;gt; server reports the signature as an attachment (in your case only
&lt;br&gt;&amp;gt;&amp;gt; Exchange seems to do so), it tries to remove the signature attachment
&lt;br&gt;&amp;gt;&amp;gt; from the message (in memory, not on the server) so when the message is
&lt;br&gt;&amp;gt;&amp;gt; displayed, it is shown without that extraneous attachment.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hm, but why is mutt able to display the message correctly then?
&lt;/div&gt;&lt;br&gt;Because Exchange is doing something funny that the plugin does not
&lt;br&gt;expect. &amp;nbsp;SM can probably display it OK without the plugin installed
&lt;br&gt;(you can test). &amp;nbsp;You can try sending the full message source, although
&lt;br&gt;without an Exchange server I may not be able to do much with it.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Paul Lesniewski
&lt;br&gt;SquirrelMail Team
&lt;br&gt;Please support Open Source Software by donating to SquirrelMail!
&lt;br&gt;&lt;a href=&quot;http://squirrelmail.org/donate_paul_lesniewski.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/donate_paul_lesniewski.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25290294&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SMIME-Plugin-tp25276682p25290294.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25289611</id>
	<title>Re: SMIME Plugin</title>
	<published>2009-09-04T00:30:10Z</published>
	<updated>2009-09-04T00:30:10Z</updated>
	<author>
		<name>Ralf Hildebrandt</name>
	</author>
	<content type="html">* Paul Lesniewski &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25289611&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;br&gt;&amp;gt; Looks like you are not using the most up to date version of the
&lt;br&gt;&amp;gt; plugin. &amp;nbsp;Please use what is on the SquirrelMail website and report
&lt;br&gt;&amp;gt; back.
&lt;br&gt;&lt;br&gt;I installed 0.7 now:
&lt;br&gt;&lt;br&gt;Version 0.7
&lt;br&gt;by Paul Lesniewski on Sep 20, 2008
&lt;br&gt;[ smime-0.7-1.1.1.tar.gz tarball (1172 d/l) Help ]
&lt;br&gt;Requires: OpenSSL, SquirrelMail 1.1.1+
&lt;br&gt;&lt;br&gt;same error.
&lt;br&gt;&lt;br&gt;&amp;gt; If the problem persists, it is due to the fact that when the IMAP
&lt;br&gt;&amp;gt; server reports the signature as an attachment (in your case only
&lt;br&gt;&amp;gt; Exchange seems to do so), it tries to remove the signature attachment
&lt;br&gt;&amp;gt; from the message (in memory, not on the server) so when the message is
&lt;br&gt;&amp;gt; displayed, it is shown without that extraneous attachment.
&lt;br&gt;&lt;br&gt;Hm, but why is mutt able to display the message correctly then?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ralf Hildebrandt
&lt;br&gt;&amp;nbsp; Geschäftsbereich IT | Abteilung Netzwerk
&lt;br&gt;&amp;nbsp; Charité - Universitätsmedizin Berlin
&lt;br&gt;&amp;nbsp; Campus Benjamin Franklin
&lt;br&gt;&amp;nbsp; Hindenburgdamm 30 | D-12203 Berlin
&lt;br&gt;&amp;nbsp; Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25289611&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ralf.hildebrandt@...&lt;/a&gt; | &lt;a href=&quot;http://www.charite.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.charite.de&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25289611&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SMIME-Plugin-tp25276682p25289611.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25289553</id>
	<title>Re: SMIME Plugin</title>
	<published>2009-09-04T00:23:58Z</published>
	<updated>2009-09-04T00:23:58Z</updated>
	<author>
		<name>Ralf Hildebrandt</name>
	</author>
	<content type="html">* Paul Lesniewski &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25289553&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;br&gt;&amp;gt; Looks like you are not using the most up to date version of the
&lt;br&gt;&amp;gt; plugin. &amp;nbsp;Please use what is on the SquirrelMail website and report
&lt;br&gt;&amp;gt; back. &amp;nbsp;If the problem persists, it is due to the fact that when the
&lt;br&gt;&amp;gt; IMAP server reports the signature as an attachment (in your case only
&lt;br&gt;&amp;gt; Exchange seems to do so), it tries to remove the signature attachment
&lt;br&gt;&amp;gt; from the message (in memory, not on the server) so when the message is
&lt;br&gt;&amp;gt; displayed, it is shown without that extraneous attachment.
&lt;br&gt;&lt;br&gt;the &amp;quot;plugin updates&amp;quot; plugin reports:
&lt;br&gt;&lt;br&gt;S/MIME verification (v0.7alpha1)
&lt;br&gt;&amp;nbsp; &amp;nbsp; Is up to date.
&lt;br&gt;&lt;br&gt;ah, 0.7 is considered &amp;lt; 0.7alpha1 :(
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ralf Hildebrandt
&lt;br&gt;&amp;nbsp; Geschäftsbereich IT | Abteilung Netzwerk
&lt;br&gt;&amp;nbsp; Charité - Universitätsmedizin Berlin
&lt;br&gt;&amp;nbsp; Campus Benjamin Franklin
&lt;br&gt;&amp;nbsp; Hindenburgdamm 30 | D-12203 Berlin
&lt;br&gt;&amp;nbsp; Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25289553&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ralf.hildebrandt@...&lt;/a&gt; | &lt;a href=&quot;http://www.charite.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.charite.de&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25289553&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SMIME-Plugin-tp25276682p25289553.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25289503</id>
	<title>Re: SMIME Plugin</title>
	<published>2009-09-04T00:21:36Z</published>
	<updated>2009-09-04T00:21:36Z</updated>
	<author>
		<name>Ralf Hildebrandt</name>
	</author>
	<content type="html">* Benny Pedersen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25289503&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;me@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; On tor 03 sep 2009 16:46:33 CEST, Fredrik Jervfors wrote
&lt;br&gt;&amp;gt; &amp;gt; You might want to allow access to those two links.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; the url was there in shurt time, i see access denied aswell now
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Ralf have you resolved it ?
&lt;br&gt;&lt;br&gt;Huh? Both work. I checked them after I put the images up. They're
&lt;br&gt;working now.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ralf Hildebrandt
&lt;br&gt;&amp;nbsp; Geschäftsbereich IT | Abteilung Netzwerk
&lt;br&gt;&amp;nbsp; Charité - Universitätsmedizin Berlin
&lt;br&gt;&amp;nbsp; Campus Benjamin Franklin
&lt;br&gt;&amp;nbsp; Hindenburgdamm 30 | D-12203 Berlin
&lt;br&gt;&amp;nbsp; Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25289503&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ralf.hildebrandt@...&lt;/a&gt; | &lt;a href=&quot;http://www.charite.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.charite.de&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25289503&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SMIME-Plugin-tp25276682p25289503.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25282056</id>
	<title>Re: SMIME Plugin</title>
	<published>2009-09-03T11:52:48Z</published>
	<updated>2009-09-03T11:52:48Z</updated>
	<author>
		<name>Paul Lesniewski</name>
	</author>
	<content type="html">On Thu, Sep 3, 2009 at 6:55 AM, Ralf
&lt;br&gt;Hildebrandt&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25282056&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Ralf.Hildebrandt@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have a VERY odd problem here with 1.4.20RC1 and 1.4.19:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm sending a S/MIME signed mail to two email addresses. One of the
&lt;br&gt;&amp;gt; accounts is on Postfix/Dovecot, the other on Exchange 2007
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; * in Squirrelmail, I can read the mail on the Postfix/Dovecot system
&lt;br&gt;&amp;gt;  OK, it's displayed as text with the extra &amp;quot;this message is S/MIME
&lt;br&gt;&amp;gt;  signed&amp;quot;
&lt;br&gt;&amp;gt;  --&amp;gt; &lt;a href=&quot;http://www.arschkrebs.de/bugs/ok_postamt.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.arschkrebs.de/bugs/ok_postamt.png&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; * in Squirrelmail, I cannot (!) read the VERY SAME mail on the Exchange system
&lt;br&gt;&amp;gt;  it's displayed as signed, but it consists of an atachment
&lt;br&gt;&amp;gt;  &amp;quot;multipart/signed&amp;quot;
&lt;br&gt;&amp;gt;  --&amp;gt; &lt;a href=&quot;http://www.arschkrebs.de/bugs/broken_exchange.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.arschkrebs.de/bugs/broken_exchange.png&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What is going on here?
&lt;/div&gt;&lt;br&gt;Looks like you are not using the most up to date version of the
&lt;br&gt;plugin. &amp;nbsp;Please use what is on the SquirrelMail website and report
&lt;br&gt;back. &amp;nbsp;If the problem persists, it is due to the fact that when the
&lt;br&gt;IMAP server reports the signature as an attachment (in your case only
&lt;br&gt;Exchange seems to do so), it tries to remove the signature attachment
&lt;br&gt;from the message (in memory, not on the server) so when the message is
&lt;br&gt;displayed, it is shown without that extraneous attachment.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Paul Lesniewski
&lt;br&gt;SquirrelMail Team
&lt;br&gt;Please support Open Source Software by donating to SquirrelMail!
&lt;br&gt;&lt;a href=&quot;http://squirrelmail.org/donate_paul_lesniewski.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/donate_paul_lesniewski.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25282056&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SMIME-Plugin-tp25276682p25282056.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25277860</id>
	<title>Re: SMIME Plugin</title>
	<published>2009-09-03T07:54:28Z</published>
	<updated>2009-09-03T07:54:28Z</updated>
	<author>
		<name>Benny Pedersen</name>
	</author>
	<content type="html">On tor 03 sep 2009 16:46:33 CEST, Fredrik Jervfors wrote
&lt;br&gt;&amp;gt; You might want to allow access to those two links.
&lt;br&gt;&lt;br&gt;the url was there in shurt time, i see access denied aswell now
&lt;br&gt;&lt;br&gt;Ralf have you resolved it ?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;xpoint
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25277860&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SMIME-Plugin-tp25276682p25277860.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25277698</id>
	<title>Re: SMIME Plugin</title>
	<published>2009-09-03T07:46:33Z</published>
	<updated>2009-09-03T07:46:33Z</updated>
	<author>
		<name>Fredrik Jervfors-4</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; I have a VERY odd problem here with 1.4.20RC1 and 1.4.19:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm sending a S/MIME signed mail to two email addresses. One of the
&lt;br&gt;&amp;gt; accounts is on Postfix/Dovecot, the other on Exchange 2007
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; * in Squirrelmail, I can read the mail on the Postfix/Dovecot system
&lt;br&gt;&amp;gt; OK, it's displayed as text with the extra &amp;quot;this message is S/MIME
&lt;br&gt;&amp;gt; signed&amp;quot; --&amp;gt; &lt;a href=&quot;http://www.arschkrebs.de/bugs/ok_postamt.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.arschkrebs.de/bugs/ok_postamt.png&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; * in Squirrelmail, I cannot (!) read the VERY SAME mail on the Exchange
&lt;br&gt;&amp;gt; system it's displayed as signed, but it consists of an atachment
&lt;br&gt;&amp;gt; &amp;quot;multipart/signed&amp;quot;
&lt;br&gt;&amp;gt; --&amp;gt; &lt;a href=&quot;http://www.arschkrebs.de/bugs/broken_exchange.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.arschkrebs.de/bugs/broken_exchange.png&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What is going on here?
&lt;/div&gt;&lt;br&gt;You might want to allow access to those two links.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Fredrik Jervfors
&lt;br&gt;The SquirrelMail Project
&lt;br&gt;Please support Open Source Software by donating to SquirrelMail!
&lt;br&gt;&lt;a href=&quot;http://squirrelmail.org/donations.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/donations.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25277698&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SMIME-Plugin-tp25276682p25277698.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25276740</id>
	<title>Re: SMIME Plugin</title>
	<published>2009-09-03T06:59:44Z</published>
	<updated>2009-09-03T06:59:44Z</updated>
	<author>
		<name>Ralf Hildebrandt</name>
	</author>
	<content type="html">* Ralf Hildebrandt &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25276740&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Ralf.Hildebrandt@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have a VERY odd problem here with 1.4.20RC1 and 1.4.19:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm sending a S/MIME signed mail to two email addresses. One of the
&lt;br&gt;&amp;gt; accounts is on Postfix/Dovecot, the other on Exchange 2007
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; * in Squirrelmail, I can read the mail on the Postfix/Dovecot system
&lt;br&gt;&amp;gt; &amp;nbsp; OK, it's displayed as text with the extra &amp;quot;this message is S/MIME
&lt;br&gt;&amp;gt; &amp;nbsp; signed&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; --&amp;gt; &lt;a href=&quot;http://www.arschkrebs.de/bugs/ok_postamt.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.arschkrebs.de/bugs/ok_postamt.png&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; * in Squirrelmail, I cannot (!) read the VERY SAME mail on the Exchange system
&lt;br&gt;&amp;gt; &amp;nbsp; it's displayed as signed, but it consists of an atachment
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;quot;multipart/signed&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; --&amp;gt; &lt;a href=&quot;http://www.arschkrebs.de/bugs/broken_exchange.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.arschkrebs.de/bugs/broken_exchange.png&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What is going on here?
&lt;/div&gt;&lt;br&gt;I was able to verify &amp; display BOTH mails using mutt.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ralf Hildebrandt
&lt;br&gt;&amp;nbsp; Geschäftsbereich IT | Abteilung Netzwerk
&lt;br&gt;&amp;nbsp; Charité - Universitätsmedizin Berlin
&lt;br&gt;&amp;nbsp; Campus Benjamin Franklin
&lt;br&gt;&amp;nbsp; Hindenburgdamm 30 | D-12203 Berlin
&lt;br&gt;&amp;nbsp; Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25276740&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ralf.hildebrandt@...&lt;/a&gt; | &lt;a href=&quot;http://www.charite.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.charite.de&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25276740&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SMIME-Plugin-tp25276682p25276740.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25276682</id>
	<title>SMIME Plugin</title>
	<published>2009-09-03T06:55:59Z</published>
	<updated>2009-09-03T06:55:59Z</updated>
	<author>
		<name>Ralf Hildebrandt</name>
	</author>
	<content type="html">I have a VERY odd problem here with 1.4.20RC1 and 1.4.19:
&lt;br&gt;&lt;br&gt;I'm sending a S/MIME signed mail to two email addresses. One of the
&lt;br&gt;accounts is on Postfix/Dovecot, the other on Exchange 2007
&lt;br&gt;&lt;br&gt;* in Squirrelmail, I can read the mail on the Postfix/Dovecot system
&lt;br&gt;&amp;nbsp; OK, it's displayed as text with the extra &amp;quot;this message is S/MIME
&lt;br&gt;&amp;nbsp; signed&amp;quot;
&lt;br&gt;&amp;nbsp; --&amp;gt; &lt;a href=&quot;http://www.arschkrebs.de/bugs/ok_postamt.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.arschkrebs.de/bugs/ok_postamt.png&lt;/a&gt;&lt;br&gt;&lt;br&gt;* in Squirrelmail, I cannot (!) read the VERY SAME mail on the Exchange system
&lt;br&gt;&amp;nbsp; it's displayed as signed, but it consists of an atachment
&lt;br&gt;&amp;nbsp; &amp;quot;multipart/signed&amp;quot;
&lt;br&gt;&amp;nbsp; --&amp;gt; &lt;a href=&quot;http://www.arschkrebs.de/bugs/broken_exchange.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.arschkrebs.de/bugs/broken_exchange.png&lt;/a&gt;&lt;br&gt;&lt;br&gt;What is going on here?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ralf Hildebrandt
&lt;br&gt;&amp;nbsp; Geschäftsbereich IT | Abteilung Netzwerk
&lt;br&gt;&amp;nbsp; Charité - Universitätsmedizin Berlin
&lt;br&gt;&amp;nbsp; Campus Benjamin Franklin
&lt;br&gt;&amp;nbsp; Hindenburgdamm 30 | D-12203 Berlin
&lt;br&gt;&amp;nbsp; Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25276682&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ralf.hildebrandt@...&lt;/a&gt; | &lt;a href=&quot;http://www.charite.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.charite.de&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25276682&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SMIME-Plugin-tp25276682p25276682.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25264865</id>
	<title>Re: address_add plugin doesn't work with 1.4.20RC1</title>
	<published>2009-09-02T13:10:02Z</published>
	<updated>2009-09-02T13:10:02Z</updated>
	<author>
		<name>Mike Cappella-2</name>
	</author>
	<content type="html">On 9/2/2009 1:20 AM, Ralf Hildebrandt wrote:
&lt;br&gt;&amp;gt; When I'm looking at a mail, I have a link saying:
&lt;br&gt;&amp;gt; &amp;quot;Add to Addressbook&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Clickin it results in &amp;quot;page request could not be verified and appears
&lt;br&gt;&amp;gt; to have expired.&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hmm, that plugin seems to be antique:
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;gt; address_add seems to be superseded by add_address :)
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Exactly:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.squirrelmail.org/plugin_view.php?id=269&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.squirrelmail.org/plugin_view.php?id=269&lt;/a&gt;&lt;br&gt;&lt;br&gt;Note that this is a replacement for both the &amp;quot;Address Add&amp;quot; and &amp;quot;Address 
&lt;br&gt;Take&amp;quot; (abook_take) plugins. You should deactivate those plugins if 
&lt;br&gt;migrating to this one.
&lt;br&gt;&lt;br&gt;Obsolete:
&lt;br&gt;&lt;a href=&quot;http://www.squirrelmail.org/plugins_category.php?category_id=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.squirrelmail.org/plugins_category.php?category_id=10&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.squirrelmail.org/plugin_view.php?id=101&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.squirrelmail.org/plugin_view.php?id=101&lt;/a&gt;&lt;br&gt;&lt;br&gt;(Obsolete: See Add Address plugin)
&lt;br&gt;This plugin allows you to easily add the sender of an email to your 
&lt;br&gt;address book via a small link placed next to the From address of an 
&lt;br&gt;email. If the first and last name are sent along with the email address, 
&lt;br&gt;it will input them also, so you don't have to. If the address is already 
&lt;br&gt;in your address book, the link is not shown.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Mike
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25264865&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/address_add-plugin-doesn%27t-work-with-1.4.20RC1-tp25253466p25264865.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25253466</id>
	<title>address_add plugin doesn't work with 1.4.20RC1</title>
	<published>2009-09-02T01:20:21Z</published>
	<updated>2009-09-02T01:20:21Z</updated>
	<author>
		<name>Ralf Hildebrandt</name>
	</author>
	<content type="html">When I'm looking at a mail, I have a link saying:
&lt;br&gt;&amp;quot;Add to Addressbook&amp;quot;
&lt;br&gt;&lt;br&gt;clicking it leads to a page saying &amp;quot;Add to Personal address book&amp;quot;
&lt;br&gt;&lt;br&gt;Nickname: &amp;nbsp; &amp;nbsp;Must be unique
&lt;br&gt;E-mail address: &amp;nbsp; 
&lt;br&gt;First name: 	 &amp;nbsp;
&lt;br&gt;Last name: 	 &amp;nbsp;
&lt;br&gt;Additional info:
&lt;br&gt;&lt;br&gt;and a button &amp;quot;Add adress&amp;quot; 
&lt;br&gt;&lt;br&gt;Clickin it results in &amp;quot;page request could not be verified and appears
&lt;br&gt;to have expired.&amp;quot;
&lt;br&gt;&lt;br&gt;Hmm, that plugin seems to be antique:
&lt;br&gt;&lt;br&gt;Author ......... Jimmy Conner
&lt;br&gt;Contact ........ &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25253466&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jimmy@...&lt;/a&gt;
&lt;br&gt;Home Site ...... &lt;a href=&quot;http://www.sqmail.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sqmail.org/&lt;/a&gt;&lt;br&gt;Program ........ Address Add
&lt;br&gt;Version ........ 2.1
&lt;br&gt;Purpose ........ Allows you to add the From address to the address book
&lt;br&gt;&lt;br&gt;address_add seems to be superseded by add_address :)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ralf Hildebrandt
&lt;br&gt;&amp;nbsp; Geschäftsbereich IT | Abteilung Netzwerk
&lt;br&gt;&amp;nbsp; Charité - Universitätsmedizin Berlin
&lt;br&gt;&amp;nbsp; Campus Benjamin Franklin
&lt;br&gt;&amp;nbsp; Hindenburgdamm 30 | D-12203 Berlin
&lt;br&gt;&amp;nbsp; Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25253466&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ralf.hildebrandt@...&lt;/a&gt; | &lt;a href=&quot;http://www.charite.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.charite.de&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25253466&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/address_add-plugin-doesn%27t-work-with-1.4.20RC1-tp25253466p25253466.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25252512</id>
	<title>Re: Search results expired: part 2?</title>
	<published>2009-09-01T23:49:28Z</published>
	<updated>2009-09-01T23:49:28Z</updated>
	<author>
		<name>Mike Cappella-2</name>
	</author>
	<content type="html">On 9/1/09 11:01 PM, Paul Lesniewski wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for the heads-up. &amp;nbsp;Here is the patch:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail/branches/SM-1_4-STABLE/squirrelmail/src/search.php?view=patch&amp;r1=13835&amp;r2=13834&amp;pathrev=13835&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail/branches/SM-1_4-STABLE/squirrelmail/src/search.php?view=patch&amp;r1=13835&amp;r2=13834&amp;pathrev=13835&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Fix confirmed, thanks.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25252512&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Search-results-expired%3A-part-2--tp25233859p25252512.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25252106</id>
	<title>Re: Search results expired: part 2?</title>
	<published>2009-09-01T23:01:29Z</published>
	<updated>2009-09-01T23:01:29Z</updated>
	<author>
		<name>Paul Lesniewski</name>
	</author>
	<content type="html">On Mon, Aug 31, 2009 at 7:18 PM, Mike Cappella&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25252106&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lists-general@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'm seeing the same type of problem in 1.40.20RC2 that Ralf reported here:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    &lt;a href=&quot;http://article.gmane.org/gmane.mail.squirrelmail.devel/9796&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://article.gmane.org/gmane.mail.squirrelmail.devel/9796&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; but in the Recent Search area (links: save | search | forget ).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Error
&lt;br&gt;&amp;gt; This page request could not be verified and appears to have expired.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've applied the read_body.php patch here:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail?view=rev&amp;revision=13833&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail?view=rev&amp;revision=13833&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; and not the search.php patch as recommended later in the thread above.
&lt;br&gt;&amp;gt; Did I miss something, or is this another instance of a regression due to
&lt;br&gt;&amp;gt; the security changes?
&lt;/div&gt;&lt;br&gt;Thanks for the heads-up. &amp;nbsp;Here is the patch:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail/branches/SM-1_4-STABLE/squirrelmail/src/search.php?view=patch&amp;r1=13835&amp;r2=13834&amp;pathrev=13835&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail/branches/SM-1_4-STABLE/squirrelmail/src/search.php?view=patch&amp;r1=13835&amp;r2=13834&amp;pathrev=13835&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Paul Lesniewski
&lt;br&gt;SquirrelMail Team
&lt;br&gt;Please support Open Source Software by donating to SquirrelMail!
&lt;br&gt;&lt;a href=&quot;http://squirrelmail.org/donate_paul_lesniewski.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/donate_paul_lesniewski.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25252106&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Search-results-expired%3A-part-2--tp25233859p25252106.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25234711</id>
	<title>Re: [Regression] search results expired?</title>
	<published>2009-08-31T22:52:05Z</published>
	<updated>2009-08-31T22:52:05Z</updated>
	<author>
		<name>Paul Lesniewski</name>
	</author>
	<content type="html">On Mon, Aug 31, 2009 at 6:35 PM, Jonathan Angliss&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25234711&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jon@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Sun, 30 Aug 2009 20:44:17 -0700, Paul Lesniewski
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25234711&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;On Sun, Aug 30, 2009 at 4:55 PM, Jonathan Angliss&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25234711&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jon@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Sun, 30 Aug 2009 14:28:31 +0200, Ralf Hildebrandt
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25234711&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Ralf.Hildebrandt@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;* Ralf Hildebrandt &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25234711&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Ralf.Hildebrandt@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi there!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; With 1.4.20RC1 I'm getting this error:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; * search for anything using the &amp;quot;Search&amp;quot; link (e.g. Subject contains &amp;quot;test&amp;quot;)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; * I'm getting several results back
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; * I'm choosing a mail at random, and have it displayed
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; * I decide it's the wrong one and go back to the list of search results by
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;   clicking on the link labeled &amp;quot;Search results&amp;quot; which leads me to:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;   &lt;a href=&quot;https://webmail.example.com/squirrelmail/src/search.php?where=SUBJECT&amp;what=test&amp;mailbox=INBOX.Sent&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://webmail.example.com/squirrelmail/src/search.php?where=SUBJECT&amp;what=test&amp;mailbox=INBOX.Sent&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; * I'm getting an error page in the right frame:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;   &amp;quot;This page request could not be verified and appears to have expired.&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Could this be related to the recent changes in rc1 which are supposed
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; to foil cross site scripting?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;I tried 1.4.19, it doesn't show that particular behaviour!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; That would be because of some new improved security.  Thanks for the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; catch.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail?view=rev&amp;revision=13833&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail?view=rev&amp;revision=13833&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; src/read_body.php is really the only change I can see you needing for
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; this issue.  I did notice that the token validation only looked for
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; GET whilst it passed in a post too, so I made a little change there in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; src/search.php as well.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;There are no forms using POST that point to src/search.php that I know
&lt;br&gt;&amp;gt;&amp;gt;of.  I switched it back.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; src/search.php posts to src/search.php.  That being said, there is
&lt;br&gt;&amp;gt; actually no method defined, so I guess the browser falls back to GET
&lt;/div&gt;&lt;br&gt;Yeah
&lt;br&gt;&lt;br&gt;&amp;gt; instead?  Interesting, wonder why that was done.
&lt;br&gt;&lt;br&gt;Probably so the &amp;quot;back to results&amp;quot; kind of links can be that: lnks and not forms
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Paul Lesniewski
&lt;br&gt;SquirrelMail Team
&lt;br&gt;Please support Open Source Software by donating to SquirrelMail!
&lt;br&gt;&lt;a href=&quot;http://squirrelmail.org/donate_paul_lesniewski.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/donate_paul_lesniewski.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25234711&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/search-results-expired--tp25211150p25234711.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25233859</id>
	<title>Search results expired: part 2?</title>
	<published>2009-08-31T19:18:05Z</published>
	<updated>2009-08-31T19:18:05Z</updated>
	<author>
		<name>Mike Cappella-2</name>
	</author>
	<content type="html">I'm seeing the same type of problem in 1.40.20RC2 that Ralf reported here:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://article.gmane.org/gmane.mail.squirrelmail.devel/9796&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://article.gmane.org/gmane.mail.squirrelmail.devel/9796&lt;/a&gt;&lt;br&gt;&lt;br&gt;but in the Recent Search area (links: save | search | forget ).
&lt;br&gt;&lt;br&gt;Error
&lt;br&gt;This page request could not be verified and appears to have expired.
&lt;br&gt;&lt;br&gt;I've applied the read_body.php patch here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail?view=rev&amp;revision=13833&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail?view=rev&amp;revision=13833&lt;/a&gt;&lt;br&gt;&lt;br&gt;and not the search.php patch as recommended later in the thread above. 
&lt;br&gt;Did I miss something, or is this another instance of a regression due to 
&lt;br&gt;the security changes?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Mike
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25233859&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Search-results-expired%3A-part-2--tp25233859p25233859.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25234202</id>
	<title>Re: [Regression] search results expired?</title>
	<published>2009-08-31T18:35:28Z</published>
	<updated>2009-08-31T18:35:28Z</updated>
	<author>
		<name>Jon Angliss</name>
	</author>
	<content type="html">On Sun, 30 Aug 2009 20:44:17 -0700, Paul Lesniewski
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25234202&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;On Sun, Aug 30, 2009 at 4:55 PM, Jonathan Angliss&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25234202&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jon@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Sun, 30 Aug 2009 14:28:31 +0200, Ralf Hildebrandt
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25234202&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Ralf.Hildebrandt@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;* Ralf Hildebrandt &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25234202&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Ralf.Hildebrandt@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi there!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; With 1.4.20RC1 I'm getting this error:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; * search for anything using the &amp;quot;Search&amp;quot; link (e.g. Subject contains &amp;quot;test&amp;quot;)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; * I'm getting several results back
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; * I'm choosing a mail at random, and have it displayed
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; * I decide it's the wrong one and go back to the list of search results by
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;   clicking on the link labeled &amp;quot;Search results&amp;quot; which leads me to:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;   &lt;a href=&quot;https://webmail.example.com/squirrelmail/src/search.php?where=SUBJECT&amp;what=test&amp;mailbox=INBOX.Sent&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://webmail.example.com/squirrelmail/src/search.php?where=SUBJECT&amp;what=test&amp;mailbox=INBOX.Sent&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; * I'm getting an error page in the right frame:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;   &amp;quot;This page request could not be verified and appears to have expired.&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Could this be related to the recent changes in rc1 which are supposed
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; to foil cross site scripting?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;I tried 1.4.19, it doesn't show that particular behaviour!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; That would be because of some new improved security.  Thanks for the
&lt;br&gt;&amp;gt;&amp;gt; catch.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail?view=rev&amp;revision=13833&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail?view=rev&amp;revision=13833&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; src/read_body.php is really the only change I can see you needing for
&lt;br&gt;&amp;gt;&amp;gt; this issue.  I did notice that the token validation only looked for
&lt;br&gt;&amp;gt;&amp;gt; GET whilst it passed in a post too, so I made a little change there in
&lt;br&gt;&amp;gt;&amp;gt; src/search.php as well.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;There are no forms using POST that point to src/search.php that I know
&lt;br&gt;&amp;gt;of. &amp;nbsp;I switched it back.
&lt;/div&gt;&lt;br&gt;src/search.php posts to src/search.php. &amp;nbsp;That being said, there is
&lt;br&gt;actually no method defined, so I guess the browser falls back to GET
&lt;br&gt;instead? &amp;nbsp;Interesting, wonder why that was done.
&lt;br&gt;-- 
&lt;br&gt;Jonathan Angliss
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25234202&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jon@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;-----
&lt;br&gt;squirrelmail-devel mailing list
&lt;br&gt;Posting guidelines: &lt;a href=&quot;http://squirrelmail.org/postingguidelines&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://squirrelmail.org/postingguidelines&lt;/a&gt;&lt;br&gt;List address: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25234202&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;squirrelmail-devel@...&lt;/a&gt;
&lt;br&gt;List archives: &lt;a href=&quot;http://news.gmane.org/gmane.mail.squirrelmail.devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.gmane.org/gmane.mail.squirrelmail.devel&lt;/a&gt;&lt;br&gt;List info (subscribe/unsubscribe/change options): &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/search-results-expired--tp25211150p25234202.html" />
</entry>

</feed>
