Elimar Riesebieter wrote:
On Sun, 03 Nov 2002 the mental interface of Tom Allison told:gee, I thought it was something like putting into the user_pref file, or local.cf the line:
The documentation supplied with the spamassassin package was a bit skimpy.
Can someone post some examples of user-pref files where I can limit my content to us_locales? or remove these pictographic languages (chinese, korean, japanese...) from my mail?
cd /usr/share/spamassassin ./user where user contains: cat 10_misc.cf > user_pref && \ cat 20_anti_ratware.cf >> user_pref && \ cat 20_body_tests.cf >> user_pref && \ cat 20_compensate.cf >> user_pref && \ cat 20_head_tests.cf >> user_pref && \ cat 20_meta_tests.cf >> user_pref && \ cat 20_ratware.cf >> user_pref && \ cat 20_uri_tests.cf >> user_pref && \ cat 40_spam_phrases.cf >> user_pref && \ cat 50_scores.cf >> user_pref && \ cat 60_whitelist.cf >> user_pref && \ cat 65_debian.cf >> user_pref This is for spamassassin 2.43-1 from testing! cp user_pref ~/.spamassassin/ HTH
ok_locales jp
ok_languages en
something like that.
--
If God had intended Men to Smoke, He would have put Chimneys in their Heads.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]