On Thu, 2010-09-16 at 14:19 -0700, franc wrote: > OK, i put now till i am sure there is no more FP the threshold on -, 5, 10, > 15 so between 5 and 10 it is delivered into the spam-folder, and with 10 it > is bounced. > > I think after a while i will know if i can put 2,5,6.31,10 or something like > this.
Well, I would (and actually do on a couple systems still happily running 3.2) use the default threshold of 5. For classifying as spam, just as you do, and delivery into a dedicated spam folder for users to review the stuff. And rescue FPs -- though honestly, the only one I've seen in years is the occasional PayPal general terms and conditions update. FWIW, a threshold of 2 would be too low, and will result in FPs. I guess I would be too paranoid to reject on a threshold of 10. I used to think 15, but recently tend to lean towards 12 as the cut-off. Anyway... ;) I seriously hope you just mis-worded that. Bounce!? That would be after *accepting* a message, and with spam generally will be bounced to a forged, innocent bystander -- not the spammer. So please, tell me you actually meant to say REJECT. That is, not accept by the MX. > Thank you for the hints! NP. And just for next time, if you're having issues with some particular software, try to explain the issue. After figuring out the root cause, the collective audience most likely can tell you what to do. Asking how to do $something, which does not directly tackle your issue, usually will only serve as a band-aid. Not a fix. -- 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; }}}