> looked in every user_prefs file on my system and I could find any > reference to those lines.
If you're running 'spamassassin --lint' as root, I guess you should look in /root/.spamassassin/user_prefs as well. The user_prefs ONLY are evaluated of the user running spamassassin. No need to look in any other users files... ...guenther > On 5/26/05, Matt Kettler <[EMAIL PROTECTED]> wrote: > > Tim Macrina wrote: > > > THis may be a dumb question but were can I find those lines? I looked > > > in /etc/mail/spamassassin/local.cf and I can't locate those entires. > > > > Try ~/.spamassassin/user_prefs -- 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; }}}