On Mon, 2008-11-24 at 00:55 +0100, Karsten Bräckelmann wrote: > Exactly as Theo just mentioned. Use allow_user_rules 1 and place the > rules in each user's user_prefs file.
Forgot to add -- You *want* to run a recent SA version with this, due to bug 4179. https://issues.apache.org/SpamAssassin/show_bug.cgi?id=4179 > Another possibility is to include the rules in your site config with > scores set to 0 -- thus disabling them by default. Each user then can > enable the rules in their user_prefs by simply assigning a different > score. This has the advantage to define rules in a central place only, > not expose the system to potential security issues, and even supports > plugins (which the first option does not). > > 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; }}}