On Tue, 2009-05-05 at 13:10 -0300, Alejandro Cabrera Obed wrote: > People, I've followed your advice and I've noticed that spamc is > called from Postfix in /etc/postfix/master.cf: > > spamassassin unix - n n - - pipe > user=nobody argv=/usr/bin/spamc -d 127.0.0.1 -e /usr/sbin/sendmail -oi -f > ${sender} ${recipient} > > but this line is the same than the backup I have when the mail system > worked fine, no changes at all.
Uhm, that's just a service type definition, isn't it? Do you actually *use* it as a content filter? Did you before, does your current config? Caveat: Not a Postfix master. Please correct me, if I'm wrong. :) > What else can I do please ??? Check your *entire* mail processing chain. If need be, compare to the previous state. But I'm repeating myself here... -- 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; }}}