Josie Walls escribió:
Hello,
I have a client that uses Spanish content and is getting filtered due
to some of the symbols used.
Is there anything in SpamAssasin that takes that into account?
Should they use English content and use a web link for the Spanish
content?
Thanks very much for your insight.
Kindest Regards,
Josie
Try adding
loadplugin Mail::SpamAssassin::Plugin::TextCat
to your /etc/mail/spamassassin/init.pre, to enable the TextCat plugin
then add
ok_locales en
ok_languages en es
to your /etc/mail/spamassassin/local.cf, and restart spamd (if you use
the daemon)
For more info on usage, etc -->
http://spamassassin.apache.org/full/3.1.x/doc/Mail_SpamAssassin_Plugin_TextCat.html
Regards
/Diego