Changes between Version 3 and Version 4 of faq/email/sa-filter-spam
- Timestamp:
- Nov 9, 2007, 12:19:08 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/email/sa-filter-spam
v3 v4 15 15 Some email programs also let you create a filter for "any header" and if yours does, you can make a filter with the flag line 16 16 17 X-Spam- Status: YES17 X-Spam-Flag: YES 18 18 19 as the filter's trigger and have your program send the affected email to a special box (either trash or, if you want, a box you create -- you can call it "spam" for example). This method is n't recommended but it's possible so we include it.19 as the filter's trigger and have your program send the affected email to a special box (either trash or, if you want, a box you create -- you can call it "spam" for example). This method is the preferred method. It is better than the subject line method because someone might forward you a message with '*****SPAM****' in the subject line (maybe because they are pointing out that a message you sent them was tagged as spam). This message will get moved to your spam box even though it isn't spam. Using the X-Spam-Flag approach ensures that only messages that are tagged as spam will get filtered. 20 20 21 21 The basic idea is that you are telling your email program to filter all messages that have the trigger line. In this way, you're using Spam Assassin as a kind of detective.