> From: Philip Prindeville > Sent: Friday, January 13, 2006 12:44 AM > > Which reminds me... I need to start looking into how to add > filters for non-latin1 email content...
If you're using Spamassassin, you can tell it which locales and languages you expect, http://spamassassin.apache.org/full/3.0.x/dist/doc/Mail_SpamAssassin_Conf.ht ml For example, this should catch most European (Latin) dialects: ok_languages en fr it es de ok_locales en We place this sort of local configuration info. in local.cf along with other driectives like trusted_networks, whitelists, and local overrides of rule scores. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

