On Tue, 2010-09-21 at 17:18 -0500, Chuck Campbell wrote:
> > > Try putting those white-list statements in the global "local.cf" config 
> > > file (do a --lint check & what ever steps are necessary to restart SA so
> > > that it will see the changes) and then test to see if the whitelist works.
> > 
> > Done this in /etc/mail/spamassassin/local.cf
> > 
> > waiting for appropriate message(s) to arrive and check headers.
> 
> OK, this works properly now, and I see a USER_IN_WHITELIST under spam tests.
> 
> How do I sort out the per_user prefs issues I've got (they clearly aren't 
> working).
> 
> I need to find where to look for info on how to turn them on.

As I said in a previous reply, white and blacklist options *are* per
user settings and do not need to be turned on -- or rather, cannot be
turned off as user settings for that matter.

If the same (user) settings work in site-wide config, but not in
user_prefs, the issue most likely is that the user_prefs are not used
for some reason.

There are some relevant spamd command line options, that might cause
this. And of course, using some glue to SA that does not provide the
user for per-user settings to work at all comes to mind.


-- 
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; }}}

Reply via email to