Okay, I've edited /usr/lib/GNUstep/SOGo/WebServerResources/ckeditor/config.js to read as follows:

CKEDITOR.editorConfig = function( config )
{
    config.uiColor = '#D4D0C8';
    config.skin = 'kama';
    config.scayt_autoStartup = false;
    config.disableNativeSpellChecker = false;
    config.removePlugins = "elementspath,maximize,resize,scayt";
};

This removes the option to even choose enabling SCAYT which will prevent our users from accidentally sending sensitive info in emails to the spellchecker.net site (which is part of PCI compliance -- making sure you know exactly who is getting or able to get every bit ever sent anywhere).

As I need to eliminate it permanently, is there any chance an option can be added to SOGo so the changes I've made don't revert on upgrades? I can use dpkg-divert to redirect any changes to that config.js but I'm a little worried that future upgrades might include more config for ckeditor that I'd be missing out on if I did that.

Thanks!


On 11-03-09 11:51 PM, Francis Lachapelle wrote:
On 2011-03-09, at 2:19 AM, André Schild wrote:

The spellchecker is probably a feature of ckeditor used for html mails.

http://stackoverflow.com/questions/2944509/how-to-disable-ckeditor-3-auto-spellchecker
Exactly.

http://docs.cksource.com/CKEditor_3.x/Users_Guide/Spell_Checking


Francis

--
[email protected] :: +1.514.755.3640 :: www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)


--
Jason Thibeault
OLS | IT Manager, Kentville

office 902.690.2249 | cell 902.679.7710 | fax 902.678.7200
email [email protected] <mailto:[email protected]> | website www.onlinesupport.com <http://www.onlinesupport.com>

Notice This communication, including any attachments, is confidential. It is intended only for the person or persons to whom it is addressed. If you have received this e-mail in error, please notify the sender. Avis Cette communication, y compris tous les attachements, est confidentielle. On le prévoit seulement pour la personne ou les personnes à qui il est adressé. Si vous avez reçu cet email par erreur, informez svp l'expéditeur.
--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to