Dear Anyone
I have been using Squirrel Mail for some years now to read my email.
Occasionally I pop into Horde to delete my mail and purge. Over the last
day or 2 I have gone into Horde and noticed that I have some unread email
which are not showing in Squirrel Mail. This worries me as I do not
> I have been using Squirrel Mail for some years now to read my email.
> Occasionally I pop into Horde to delete my mail and purge. Over the last
> day or 2 I have gone into Horde and noticed that I have some unread email
> which are not showing in Squirrel Mail. This worries me as I do not want
I'm using 1.4.20, and I found a mail which contains an unencoded
character in the Subject: header line.
When I'm trying to get a folder listing of a folder containing just
this one (broken) mail, squirrelmail will loop infinitely, the
associated php5-cgi process will hog the CPU:
PID USER
* Ralf Hildebrandt :
> I'm using 1.4.20, and I found a mail which contains an unencoded
> character in the Subject: header line.
>
> When I'm trying to get a folder listing of a folder containing just
> this one (broken) mail, squirrelmail will loop infinitely, the
> associated php5-cgi process wi
On Fri, May 28, 2010 at 7:34 AM, Ralf Hildebrandt
wrote:
> * Ralf Hildebrandt :
>> I'm using 1.4.20, and I found a mail which contains an unencoded
>> character in the Subject: header line.
>>
>> When I'm trying to get a folder listing of a folder containing just
>> this one (broken) mail, squirre
* Paul Lesniewski :
> I believe you are correct. There is a bug report on the tracker for
> this and a solution is available, although I am still fine-tuning the
> details. I hope it goes without saying that the sending client needs
> to fix their stuff. :-)
Yes, that's true.
> In the meantim
> you). Change that while loop to look like this:
>
> while ($entity_end_pos + 1 < $actual_strlen
> && ($entity_pos = sq_strpos($string, '&', $entity_end_pos + 1)) !==
> FALSE
> && ($entity_end_pos = sq_strpos($string, ';', $entity_pos)) !==
> FALSE
> && $ent