> One thing that does plague me however is a periodic rash of Non > Delivery Receipt messages (I've just had one now - about 10-15 or so). > These score anywhere between 1.2 and 11.1 but mainly around the 3.7 > mark (below my spam threshold of 5.0). They all hit the > ANY_BOUNCE_MESSAGE rule.
$ grep -A 2 procmail /usr/share/spamassassin/20_vbounce.cf # If you use this, set up procmail or your mail app to spot the # "ANY_BOUNCE_MESSAGE" rule hits in the X-Spam-Status line, and move # messages that match that to a 'vbounce' folder. 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; }}}