Squirrelmail BADCHARSET error

chatwizrd

Verified User
Joined
Jul 3, 2005
Messages
1,911
Reason Given: [BADCHARSET] Unknown charset

Getting this error in squirrelmail when I try to add a filter for email.

Does anyone know how to fix it?

From what I know the error is coming from dovecot/imap.

Thanks
 
Here is solution.

Edit the file /var/www/html/squirrelmail/config/config.php

Change the setting

Code:
$allow_charset_search = true;

to

Code:
$allow_charset_search = false;

Thats it :)
 
Back
Top