You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Reg Clemens <re...@dwf.com> on 2007/08/09 20:03:48 UTC

sa-update / sa-compile

Is there a complete discussion of using sa-update and sa-compile
(and whatever else is necessary) somewhere.  This looks like the
way to go, but I would need either
    (a) a working script to do the dirty work
    (b) a description of HOW do do it.


-- 
                                        Reg.Clemens
                                        reg@dwf.com



Re: sa-update / sa-compile

Posted by jp <jp...@saucer.midcoast.com>.
It's been discussed somewhat. Here is a simple implementation.

install re2c

cat /etc/sa-update.channels 
updates.spamassassin.org

in /etc/mail/spamassassin/v320.pre uncomment 
loadplugin Mail::SpamAssassin::Plugin::Rule2XSBody

then have a script for starting spamd:
#!/bin/bash
sa-update --nogpg --channelfile /etc/sa-update.channels
sa-compile
stop and start spamd with your normal options

On Thu, Aug 09, 2007 at 12:03:48PM -0600, Reg Clemens wrote:
> Is there a complete discussion of using sa-update and sa-compile
> (and whatever else is necessary) somewhere.  This looks like the
> way to go, but I would need either
>     (a) a working script to do the dirty work
>     (b) a description of HOW do do it.
> 
> 
> -- 
>                                         Reg.Clemens
>                                         reg@dwf.com
> 

-- 
/*
Jason Philbrook   |   Midcoast Internet Solutions - Wireless and DSL
    KB1IOJ        |   Broadband Internet Access, Dialup, and Hosting 
 http://f64.nu/   |   for Midcoast Maine    http://www.midcoast.com/
*/