On Tue, 2011-03-01 at 06:00 -0800, macke...@animalhead.com wrote: > In my file /usr/local/etc/mail/spamassassin/local.cf there are 4 > comment lines and 1 active line:
> report_safe 0 > Since a recent upgrade to SA 3.3.1, SA attaches emails that it tags, rather > than just adding headers as the report_safe line above intends. Since an upgrade. Sounds like the new SA installation actually uses a different site-config dir -- and probably prefix altogether. The spamassassin(1) man page will tell you, section Configuration Files. Note that in the same list of paths also is a version tagged one, just in case you're looking at the old man page. Running spamassassin with the -D debug switch also will tell you the correct path. -- 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; }}}