On Friday 27 July 2007 02:57:27 Brian Awood wrote: > On Jul 26, 2007, at 2:26 PM, Marcin M. Jessa wrote: > > That didn't work either. > > mysql> select * from dspam_preferences; > > +-----+-------------+-------+ > > > > | uid | preference | value | > > > > +-----+-------------+-------+ > > > > | 134 | spamSubject | SPAM | > > | 134 | spamAction | tag | > > | 134 | optIn | on | > > > > +-----+-------------+-------+ > > > > Emails get tagged as ***SPAM*** which is what is defined in dspam.conf > > You should verify the user you are expecting the preference to affect is > getting properly associated with uid 134. If all else fails, enable > debugging.
I wouldn't just take any number out of my head and put it in the uid row. Of course it's the same user I send emails to for testing. mysql> select * from dspam_virtual_uids where uid="134"; +-----+-----------------+ | uid | username | +-----+-----------------+ | 134 | [EMAIL PROTECTED] | +-----+-----------------+
