Igor Chudov wrote: > On Thu, Apr 27, 2006 at 09:58:40AM -0400, Matt Kettler wrote: > >> Ronald I. Nutter wrote: >> >>> I have added most of the rule sets from rulesemporium.com as well as >>> adding several of my own. I update the rules from sare about once a >>> month. >>> >> You mentioned having most of the rulesemporium.com rulesets. Do you have >> Doc's 70_sare_stocks.cf? That's the one that will most help with this >> specific kind of spam. >> > > Matt, how would I install these rulesets? Just wget them in the > /etc/mail/spamassassin directory? Eg > > cd /etc/mail/spamassassin; wget > http://www.rulesemporium.com/rules/72_sare_redirect_post3.0.0.cf > > is that right? > Yep, that works... They just need to be in the directory. > Or should I use rules_du_jour script? > You can do it either way. The nice thing about RDJ is you can automate it as a cron job. It will automatically check if the rules have changed (or are missing), download them if needed, test them with spamassassin --lint, and will only install them if they pass. This way if SARE accidentally publishes a typo or the file gets corrupted somehow it won't drag down your system.
However, I usually use wget or curl for manual installs.