| 6 | | |
| 7 | | To auto-update SpamAssassin rules, consider using the [http://www.exit0.us/index.php?pagename=RulesDuJour Rules du Jour] script. |
| 8 | | |
| 9 | | Recommend rulsets, from mailing list message on 1/25/2006: |
| 10 | | |
| 11 | | |
| 12 | | {{{ |
| 13 | | For SpamAssassin versions 2.50 to 2.64: |
| 14 | | |
| 15 | | TRUSTED_RULESETS="SARE_REDIRECT SARE_EVILNUMBERS0 SARE_BAYES_POISON_NXM |
| 16 | | SARE_HTML SARE_HEADER SARE_SPECIFIC SARE_ADULT SARE_BML SARE_FRAUD |
| 17 | | SARE_SPOOF SARE_RANDOM SARE_OEM SARE_GENLSUBJ SARE_UNSUB SARE_URI0 |
| 18 | | SARE_OBFU0"; |
| 19 | | |
| 20 | | For SpamAssassin versions 3.0 and later: |
| 21 | | |
| 22 | | TRUSTED_RULESETS="SARE_REDIRECT_POST300 SARE_EVILNUMBERS0 |
| 23 | | SARE_BAYES_POISON_NXM SARE_HTML SARE_HEADER SARE_SPECIFIC SARE_ADULT |
| 24 | | SARE_BML SARE_FRAUD SARE_SPOOF SARE_RANDOM SARE_OEM SARE_GENLSUBJ |
| 25 | | SARE_UNSUB SARE_URI0 SARE_OBFU0"; |
| 26 | | |
| 27 | | In general, note that some of the SARE rules are available in varying |
| 28 | | levels of risk, where lower numbers are more conservative and higher |
| 29 | | numbers are more likely to produce false positives. For example, the |
| 30 | | SARE_GENLSUBJ rules are available in five levels (SARE_GENLSUBJ0, |
| 31 | | SARE_GENLSUBJ1, SARE_GENLSUBJ2, SARE_GENLSUBJ3, and SARE_GENLSUBJ4). |
| 32 | | Specifying just "SARE_GENLSUBJ" gets levels 0-3, but not 4. If you want |
| 33 | | to be more conservative, just get SARE_GENLSUBJ0; if you decide that's |
| 34 | | not aggressive enough, add SARE_GENLSUBJ1, and so on until you find the |
| 35 | | level that works best for your needs. |
| 36 | | }}} |