On Wed, 2010-07-14 at 06:19 +0000, Jimmy Stewpot wrote: > I am currently trying to implement DCC on a small email server to test > how effective it may be. Unfortunately I have been unable to get any > results and it appears that its just simply not working.
> I also added the following lines to the configuration and it made no > difference. > > add_header all DCC _DCCB_: _DCCR_ > > I still don't see any header information reporting DCC.. There is no X-Spam-DCC header? If you're using spamd, you forgot to restart the daemon. That option will add the header regardless. If you are using glue other than spamd, like Amavis, did you restart that? FWIW, Amavis adds its own headers, the above SA configuration is ignored. A --lint run (without -D debugging) does return cleanly, with no warnings, right? -- char *t="\10pse\0r\0dtu...@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; }}}