Tordex Community

Full Version: Mail Monitor Delete if language other than english
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I dont know if this is possible, if so could you please let me know how

or

can i request that this be added as a feature

alot of my spam lately has been russian, i have no russian friends and dont speak russian so i would like to delete all emails in russian.

thanks
I guess the most russian spam messages have string "koi8-r" in the raw Subject or in the Content-Type fields. So you can create filter with this string.
thanks, while that worked for some, it does not irradicate them all, if i could delete certain languages that would be great.
Mail messages don't have the language. They have the encoding only. If the mail have the non english subject or other field then the raw field text contain the encoded string. Usually every encoded string contain the substring "=?=". So you can use this substring to filter non english messages too.
thanks ill give that a go.