On Tue, 2009-01-06 at 14:39 -0800, Gerald Turner wrote: > Hello, I have been using SpamAssassin integrated with Postfix via spampd > SMTP proxy and I have the following header_checks file: > > /^X-Spam-Level: \*{8,}/ DISCARD Spam score 8+ > /^X-Spam-Level: \*{4,}/ REJECT Spam score 4+ > > There are cases where I'd rather DISCARD the low score mail (>= 4, < 8) > than REJECT, for instance: > > When the mail contains mailing-list headers - some mailing lists > unsubscribe after too many bounces, particularly Debian with > open/unmoderated lists.
Any particular reason you are focusing on a postfix solution to a SA score issue? What about custom rules, to assign negative scores to such messages? Or maybe simply use whitelist_from_rcvd for the messages in question. After all, they seem to exhibit special relays and addresses known in advance. guenther -- 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; }}}