On Thu, 2010-06-03 at 16:36 +0300, Tarvo Kurm wrote: > I have a problem using Spamassassin, spamass-milter and postfix > together. I'm aware that the problem might be in my configuration, > postfix or spamass-milter, but I can't track it down. I'm running Debian > Lenny with details below.
Bug 6403 comment 19 [1]? > Mails coming in thru postfix+spamass-milter+spamassassin have > drastically lower scores than those checked manually with spamassasin or > spamc. Specifically, mails taking the milter path will not have RCVD_IN > rules matched _almost_ never. I'm suspicious of the UNPARSABLE_RELAY > match, but not sure what causes it. > > There has been a bug in spamass-milter which might or might not be > relevant, but as far as i can see, it's been fixed in the debian package... > (See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510665 ) You are aware you still will have to add the macros to the postfix conf, as stated in that bug report and [1]? Did you do that? guenther [1] https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6403#c19 -- 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; }}}