On Sun, 26 Feb 2006 16:15:37 +0200 (EET), "Tomas Kuliavas"
<[EMAIL PROTECTED]> wrote:

>>> Please recheck your PHP version number. If it is 4.4.1 -
>>> upgrade. This PHP version is broken. You can't trust some array and
>>> mbstring functions. SquirrelMail uses those functions.
>>>
>>
>> Last night I upgraded to 4.4.2 just to be sure - and the problem still
>> exists. If nobody else is seeing it, I must be doing something
>> fundmentally
>> wrong. Anybody else using SM 1.5.1 with Mercury? It was definitely fine
>> before I upgraded SM. What else should I look for?
>
>Mercury32 does not support most of character sets that squirrelmail uses
>in search, sort and thread commands. I think you had to turn off search
>charset option in your previous SquirrelMail install and forgot to do that
>in 1.5.1 install.
>
>Turn off use of character set in SquirrelMail configuration utility.
>
>conf.pl -> 4. General Options -> 12. Allow server charset search -> false.
>

I had to do this to get the search working properly (if I recall
correctly) but the filters plugin would still give the same error as
you are getting.

Likewise, if it does not work for you could 'also' try my method below
for fixing it:

--------------------
In filters.php, replace the line:
$search_str = 'SEARCH CHARSET US-ASCII ' . $category;

With the line:
$search_str = 'SEARCH All ' . $category;
--------------------

I did post about this a few months ago and asked for developers
opinion on doing this but received no replies so I am assuming there
is no problem with it.
I have been using the changes with no problems for the last few
months. My SM works perfectly though I only use one filter to move
messages with a spam header to a spam folder.

-- 
Thx.
PajaP



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: [email protected]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to