On Sat, 2010-10-09 at 11:35 -0400, Dennis German wrote: > #first run use > echo setting aside user_prefs, running with system wide values > mv ~/.spamassassin/user_prefs ~/.spamassassin/user_prefss > cp ~/.spamassassin/user_prefs.rptonly ~/.spamassassin/user_prefs > grep -iv X-SPAM $1 | spamc > $1.o > grep X-Spam $1.o > grep -A14 "pts rule name" $1.oo|grep -v "\-\-\-\-" ^^^^^ This greps in the previous second run's output, NOT this "first" one's.
> #second run. use all MY prefs > mv -f ~/.spamassassin/user_prefss ~/.spamassassin/user_prefs > grep -iv X-SPAM $1 | spamc > $1.oo > grep X-Spam $1.oo > grep -A13 "pts rule name" $1.oo |grep -v "\-\-\-\-" -- 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; }}}