Changes between Version 2 and Version 3 of filter-by-language
- Timestamp:
- Jan 8, 2016, 2:12:30 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
filter-by-language
v2 v3 11 11 * Click the Filters link from the menu 12 12 * Click the plus (+) sign in the bottom left corner of the filters box to create a new filter 13 (all of the above steps are outlined on our [wiki:sieve filter help page] with screen shots) 13 All of the above steps are outlined on our [wiki:sieve filter help page] with screen shots. 14 14 * Create the initial rules for your language filter 15 15 * Give your filter a descriptive name … … 17 17 * The first drop down shows you the available headers you can match on. Since "X-Spam-Language" is not one of them, select "..." instead and then type in: X-Spam-Language (make sure there are no typos!) 18 18 * Indicate that you want to move the message to your Junk folder if this header does not contain the word "en" 19 [[Image(filter-messages-without-en.png)]] 20 * Add two more rules to ensure we don't accidentally filter out messages you want 21 * The first rule indicates that the X-Spam-Language header must exist. This header is only added to messages that are processed by our spam filter. Some messages are skipped, for example if they are sent by another MF/PL member or if they are very large. 22 * The second rule indicates that the value of the X-Spam-Language header should not be empty. Language detection is guess work and if our software is not sure what the language is, it will leave this header empty. That can happen if the email message is very short or contains a lot of garbage text. 23 [[Image(filter-messages-by-lang-final.png)]] 19 24 25 Once you are done, all messages that match will automatically be put in your Junk/Spam folder if they are not in english, even if our spam detector fails to detect them as spam.