On Thu, 2008-10-09 at 08:33 -0700, William Taylor wrote: > On Mon, Oct 06, 2008 at 11:30:11AM -0700, William Taylor wrote: > > It would seem the whitelist_from_rcvd is incorrectly propigating to the > > wrong users in the same thread. > > For example usera has "whitelist_from_rcvd *.sonic.net sonic.net" setup. If > > userb gets sent mail that is > > processed by that same thread it will pickup the whitelist_from_rcvd from > > usera > > > > Any ideas where I can look for answers on this to track it down?
https://issues.apache.org/SpamAssassin/ > I haven't herd any other responses on this. Should I file an official bug > report ? No. Btw, what do mean, no "other responses"? Other than the one by Daryl, telling you that it most likely is an old, known, and recently fixed bug? http://www.nabble.com/whitelist_from_rcvd-propigating-between-users-td19843581.html To be a little more helpful and less snippy -- if you want more detailed answers, and check if it might be a different bug than the one mentioned, telling us about your SA version would be a smart first move... 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; }}}