On Tue, 2009-03-31 at 23:14 +0000, Duane Hill wrote: > On Tue, 31 Mar 2009, Ricardo Kleemann wrote: > > > This can be done for a particular user? > > You should be able to modify scores at a user level by enabling user rules > in local.cf: > > allow_user_rules 1 > > By default it is turned off.
You do NOT need that to adjust scores in per user user_prefs files. You will need that only, if you want to allow users to define new rules. Any user always can set the score. > > > Just score all the SPF rules at zero. -- 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; }}}