
guenther at rudersport
Apr 21, 2010, 6:15 AM
Post #4 of 4
(675 views)
Permalink
|
On Wed, 2010-04-21 at 00:31 +0200, Jack Knowlton wrote: > >> I noticed Spamhaus made available a new URIBL. I updated my SA package > >> (debian testing) to the latest version and I wanted to implement check on > >> the DBL list too. > >> How do I configure spamassassin to do that? > > Get SA 3.3.1. Run sa-update. Important notice: Do NOT try to use Spamhaus DBL with older SA versions. See http://www.spamhaus.org/faq/answers.lasso?section=Spamhaus%20DBL > I did and it seems to be active: > > dsrv:/etc/spamassassin# grep "DBL" * > 70_sare_header.cf:#@@# Moved from file 1 to x31: SARE_MSGID_DBL_AT > 70_sare_header.cf:meta SARE_MSGID_DBL_AT 0 No. These are SARE rules, not stock SA. Moreover, the single rule matching the grep string clearly is disabled. There's nothing active in that snippet. However, you've been looking at the wrong place anyway. That's your site-wide config dir, which never ever should house stock SA rules. The directory sa-update (and SA) uses for latest rule-sets is something like /var/lib/spamassassin/${VERSION}/. See 'man spamassassin', section Configuration Files for the exact location on your system. guenther -- 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; }}}
|