[Bug 264343] mail/squirrelmail spell checker not working-fix
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 264343] mail/squirrelmail: Fix spell checker not workin"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 264343] mail/squirrelmail: Fix spell checker not working"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 264343] mail/squirrelmail: Fix spell checker not working"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 264343] mail/squirrelmail: Fix spell checker not working"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 264343] mail/squirrelmail: Fix spell checker not working"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 May 2022 07:30:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264343
Bug ID: 264343
Summary: mail/squirrelmail spell checker not working-fix
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: dewayne@heuristicsystems.com.au
CC: uzsolt@uzsolt.hu
Flags: maintainer-feedback?(uzsolt@uzsolt.hu)
CC: uzsolt@uzsolt.hu
To enable aspell to function correctly, I changed the line containing
SQSPELL_EREG from ereg to preg_match.
in "/usr/local/www/squirrelmail/plugins/squirrelspell/sqspell_config.php".
/* $SQSPELL_EREG = 'ereg'; */
$SQSPELL_EREG = 'preg_match';
Magically the embedded plugin for spell-checker functionality worked. I
modified another line, negating a general patch. For reference:
$SQSPELL_APP = array('English' => '/usr/local/bin/aspell -d en_AU -a');
For uzsolt@uzsolt.hu
sed -i '' -e "/_EREG/s/ereg/preg_match/1"
"/usr/local/www/squirrelmail/plugins/squirrelspell/sqspell_config.php"
--
You are receiving this mail because:
You are the assignee for the bug.