This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
hints:teaching_system_recognize_spam_not [2021/02/21 07:26] admin [How you can teach the system] |
hints:teaching_system_recognize_spam_not [2021/03/06 21:07] (current) admin [How you can teach the system] |
||
---|---|---|---|
Line 17: | Line 17: | ||
| 2.0 BAYES_80 BODY: Bayes spam\\ probability is 80 to 95% [score: | | 2.0 BAYES_80 BODY: Bayes spam\\ probability is 80 to 95% [score: | ||
| BAYES_HAM(-2.73) [98.80%] | | BAYES_HAM(-2.73) [98.80%] | ||
+ | |||
+ | Note that anything recognized as spam with high certainty is immediately rejected during incoming SMTP, so you will never see it (see [[/ | ||
===== How the system learns ===== | ===== How the system learns ===== | ||
Line 35: | Line 37: | ||
Or select a bunch of ham (not-spam) messages, and forward them **as an attachment** to the ham-recognizing email address: < | Or select a bunch of ham (not-spam) messages, and forward them **as an attachment** to the ham-recognizing email address: < | ||
- | These email addresses will automatically tokenize the contents of whatever they get, an add these tokens into the database as spam or ham tokens respectively. | + | These email addresses will automatically tokenize the contents of whatever they get, and add these tokens into the database as spam or ham tokens respectively. |
**Ham tokens are important.** They let the Bayesian system learn how to recognize legitimate email, thus subtracting from its spam score, and making it less likely to be erroneously classified as spam. Make it a point to send at least as much ham as you send spam. | **Ham tokens are important.** They let the Bayesian system learn how to recognize legitimate email, thus subtracting from its spam score, and making it less likely to be erroneously classified as spam. Make it a point to send at least as much ham as you send spam. | ||
Line 41: | Line 43: | ||
If you are forwarding a single message to < | If you are forwarding a single message to < | ||
- | A normal forward not as an attachment often does not include the complete headers, so might not be as useful | + | A normal forward not as an attachment often does not include the complete headers, so it is less useful, but it's still better than nothing. |
**Budget your time.** Life is short. Spend no more than, say, 2–3 minutes per week sending spam or ham. You can do it once a week, or you could spend just 5–10 seconds a day quickly forwarding two or three selected messages. | **Budget your time.** Life is short. Spend no more than, say, 2–3 minutes per week sending spam or ham. You can do it once a week, or you could spend just 5–10 seconds a day quickly forwarding two or three selected messages. |