How can I reject foreign languages in OSX Mail?
May 2, 2006 12:31 PM
Subscribe
Very simple. How can I set up a rule in apple mail to disregard foreign languages (particularly asian and cyrillic languages)?
I get killed on a daily basis by spam. Apple's Filter hasn't ever done terribly well, I use Spamfire (full baysian) which helps. It stops 80-90% of them from getting through....but I still get 10-30 in my inbox. I know, 100% of the time that the Russian/Chinese/Japanese email is spam.
All I want is a simple rule to chuck those emails. I've tried playing with the ablity to add the charset header (except I think charset is in the body, not the header), as well as just check the entire message for the ISO for the character set, to no avail.
Ideas? Other spam solutions that work for you? But really, how do I set up this rule?
I'm using Mail 2.0.7 (746.2/749.3), part of Tiger 10.4.6
posted by filmgeek to computers & internet (8 comments total)
Content-Type: text/plain; charset="iso-8859-1"
charset="foo" is your target. There are a number of character sets that are, more or less, "english", and then there are others for specifying Chinese, Japanese, Cyrillic characters, etc. Set up a mail filter that searches the content-type header (or all headers), and dumps email with unwanted character sets. For example, you'll want to dump gb2312 and big5 (Chinese), koi8-r (Russian), euc-kr (Korean) and any other ones you get that annoy you.
I don't know how to use your particular email program but this is not hard to do in most programs. Content-Type is a header, not a part of the email body, which may be your problem.
posted by jellicle at 12:43 PM on May 2, 2006 [1 favorite]