Here you go, and thanks! Output of spamd -q -D, left running for a while. Well... it reveals that it is in fact pulling my userprefs from SQL, but it was ignoring the ones with the $GLOBAL username. Apparently, it now requires the @GLOBAL username instead (which IIRC it didn't at some point in the past).
So... it is working, and I thank you all for your input. Lesson learned: for MySQL configs, use: spamd -q -x -d Make sure your GLOBAL config in mysql is set for the @GLOBAL user. Rubin On Wed, 2008-01-23 at 10:35 -0600, Michael Parker wrote: > On Jan 23, 2008, at 6:37 AM, Rubin Bennett wrote: > > > > > > Spamd output below:[EMAIL PROTECTED] ~]# spamd -q -D > > [12373] dbg: logger: adding facilities: all > > [12373] dbg: logger: logging level is DBG > > Can you run this again and this time pass 1-2 msgs through just like > you would normally, instead of just the default prime-the-pump > message. Also, please remind me of you spamd startup options and > maybe even attach your local.cf (or where ever you're adding the sql > config items) file for good measure. > > Michael