On Sun, 2010-06-27 at 18:22 -0700, bongomania wrote: > My email server, squirrelmail, has spamassassin already installed. To > configure, it says to enter the score above which emails should be > quarantined. Unfortunately nowhere on that page, nor in the SA FAQ, nor in > the SA WIKI, nor in a search of old messages, can I find any mention of what > scores are normal to choose.
That is probably because SA does not know about quarantining. SA scores a message. Quarantining, rejecting, delivering into a dedicated spam folder -- all actions that SA does not do. As you correctly stated yourself, you are not configuring SA by choosing a quarantine threshold. You want to read the docs of the software you are actually configuring. > Looking at the scoring system, it seems most > flags are worth less than 2 points. But the max is 999! So what is the > right range between 1 and 999 for normal usage? These limits are not imposed by SA, but that other software you are trying to set up. > And, honestly, why is such basic info missing from the entry-level usage > notes and FAQ? Cause it ain't a SA thang. -- 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; }}}