chatwizrd Verified User Joined Jul 3, 2005 Messages 1,911 Jul 24, 2007 #1 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
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
totaltouch Verified User Joined May 17, 2007 Messages 26 Location Hilversum, The Netherlands Sep 28, 2007 #2 Are you still experiencing this problem, -I do-! And found a solution to this? Thanks in advance
chatwizrd Verified User Joined Jul 3, 2005 Messages 1,911 Sep 28, 2007 #3 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
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
totaltouch Verified User Joined May 17, 2007 Messages 26 Location Hilversum, The Netherlands Sep 29, 2007 #4 Thanks so much!