On Fri, 2008-02-29 at 08:54 -0500, Randy Ramsdell wrote: > Karsten Bräckelmann wrote:
> Blocking is one thing, but scoring is another. Aren't single words > defined in many rules for spamassassin? I know "fsck" > and "v%%gra" are which are not part of a meta rule. Exactly my point, and I believe Daryl's, too. After all, this is what scoring is all about in SA. > I do agree, however, anything M$ does is stupid. That I did not say, neither imply. Regardless of the fact I don't particularly like MS. Also it is not MS sending these brain-dead bounces. It is the admins duty to pick the right tool for the job and avoid tools like this that doesn't serve any purpose. guenther -- char *t="[EMAIL PROTECTED]"; 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; }}}