Hello,

Either no one knows the answer, they didn't want to post, or they don't like me. Well, here we go again because I really need this taken care of.

Setup:

FreeBSD 4.7
PHP 4.30
Squirrelmail 1.2.10

I would someone to please submit SIMPLE instructions to get squirrelspell to work. I'm using aspell and set sqspell.php to the aspell path but everytime I check spelling it says no errors when there are some. Here is my sqspell.php:


<?php
/**
 * sqspell_config.php -- SquirrelSpell Configuration file.
 *
 * Copyright (c) 1999-2002 The SquirrelMail Project Team
 * Licensed under the GNU GPL. For full terms see the file COPYING.
 *
 *
 *
 * $Id: sqspell_config.php,v 1.9.2.4 2002/10/29 19:01:28 kink Exp $
 */

require_once('../functions/prefs.php');

/* Just for poor wretched souls with E_ALL. :) */
global $data_dir;

if ( !check_php_version(4,1) ) {
    global $_SESSION;
}

$username = $_SESSION['username'];

/**
 * Example:
 *
 * $SQSPELL_APP = array( 'English' => '/usr/local/bin/aspell -a --dict-dir=/usr/local/lib/aspell',
 *                     'Spanish' => 'ispell -d spanish -a' );
 */
$SQSPELL_APP = array('English' => '/usr/local/bin/aspell -a --dict-dir=/usr/local/lib/aspell',
   'Spanish' => 'ispell -d spanish -a');
$SQSPELL_APP_DEFAULT = 'English';
$SQSPELL_WORDS_FILE =
   getHashedFile($username, $data_dir, "$username.words");

$SQSPELL_EREG = 'ereg';
$SQSPELL_SOUP_NAZI = 'Mozilla/3, Mozilla/2, Opera 4, Opera/4, '
   . 'Macintosh, OmniWeb';

?>

In all the instructions I've seen, they talk about a words file. Well, I have one in my prefs folder. I don't know if that's where it goes. Please help, I'm very frustrated with this. Thanks.

Jay


--
Jason Lieurance (MCP,Network+, & A+ Certified)
Owner/Head Technician
Viper Systems
1910 W. Robb Ave
Suite 19
Lima, OH 45805
www.vipersystems.biz
TEL (419) 224-8344
FAX (419) 224-8343

------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] 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