You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Grant Peel <gp...@thenetnow.com> on 2008/04/12 18:44:39 UTC

Updateing

Hi all,

Just wondering how often people reccomend runing sa-update ?

-Grant

Re: Updateing

Posted by Karsten Bräckelmann <gu...@rudersport.de>.
On Sat, 2008-04-12 at 12:44 -0400, Grant Peel wrote:
> Just wondering how often people reccomend runing sa-update ?

As often as you like [1]. It's just a DNS query, really cheap if there
is no update. However...

(a) Generally, there is just one update a day, if at all. Thus, checking
hourly won't gain you much.

(b) Updates tend to be more frequent after new SA releases, especially
minor updates (from 3.1.x to 3.2.0), not that much for micro version
updates (3.2.x). At this point, there haven't been any updates in,
err... weeks. ;)

  guenther


[1] http://wiki.apache.org/spamassassin/RuleUpdates

-- 
char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}


Re: Updateing

Posted by Martin Gregorie <ma...@gregorie.org>.
> Just wondering how often people reccomend runing sa-update ?
>  
I have it set up as a weekly cron job. 
If sa_update returns 0 (successful update) then spamd gets restarted.


Martin